Fix error with backend build in jenkins
This commit is contained in:
parent
811f60fa0e
commit
16b9cecd73
@ -15,7 +15,7 @@ const SCAN_PATH: &str = "/srv/srv/shares/eegsac/ESCANEOS/";
|
||||
|
||||
/// Represents the result of parsing an eegsac URL
|
||||
#[derive(Serialize, Deserialize)]
|
||||
enum ScanInfo {
|
||||
pub enum ScanInfo {
|
||||
/// The url has both DNI & id
|
||||
Full(String, i32, String),
|
||||
/// The url only has a DNI
|
||||
|
Loading…
Reference in New Issue
Block a user