Fix error with backend build in jenkins

This commit is contained in:
Araozu 2023-11-16 12:32:09 -05:00
parent 811f60fa0e
commit 16b9cecd73

View File

@ -15,7 +15,7 @@ const SCAN_PATH: &str = "/srv/srv/shares/eegsac/ESCANEOS/";
/// Represents the result of parsing an eegsac URL /// Represents the result of parsing an eegsac URL
#[derive(Serialize, Deserialize)] #[derive(Serialize, Deserialize)]
enum ScanInfo { pub enum ScanInfo {
/// The url has both DNI & id /// The url has both DNI & id
Full(String, i32, String), Full(String, i32, String),
/// The url only has a DNI /// The url only has a DNI