1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 03:30:05 +00:00

chore(*): add lint fix command

This commit is contained in:
Krishna Acondy
2020-08-31 09:22:21 +01:00
parent 929d7b993b
commit 5efcb11b7d
3 changed files with 4 additions and 5 deletions

View File

@@ -4,5 +4,5 @@
*/
export enum ServerType {
SASViya = "SASVIYA",
SAS9 = "SAS9",
SAS9 = "SAS9"
}

View File

@@ -3,7 +3,6 @@
*
*/
export interface UploadFile {
file: File;
fileName: string;
file: File;
fileName: string;
}