1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-06-10 10:50:20 +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
+1 -1
View File
@@ -4,5 +4,5 @@
*/
export enum ServerType {
SASViya = "SASVIYA",
SAS9 = "SAS9",
SAS9 = "SAS9"
}
+2 -3
View File
@@ -3,7 +3,6 @@
*
*/
export interface UploadFile {
file: File;
fileName: string;
file: File;
fileName: string;
}