Skip to content

Commit 670a367

Browse files
author
MUzairS15
committed
lint fixes
Signed-off-by: MUzairS15 <[email protected]>
1 parent d7025b9 commit 670a367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/schemaProvider.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ func getSchemaMap() map[string]string {
99
"application": "configuration/applicationImport.json",
1010
"filter": "configuration/filterImport.json",
1111
"design": "configuration/designImport.json",
12-
"publish": "publish/publishModal.json",
12+
"publish": "publish/publishModal.json",
1313
}
1414
}
1515

@@ -18,7 +18,7 @@ func getUiSchemaMap() map[string]string {
1818
"application": "configuration/uiSchemaApplication.json",
1919
"design": "configuration/uiSchemaDesignImport.json",
2020
"filter": "configuration/uiSchemaFilter.json",
21-
"publish": "publish/uiSchemaPublishSchema.json",
21+
"publish": "publish/uiSchemaPublishSchema.json",
2222
}
2323
}
2424

0 commit comments

Comments
 (0)