Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <[email protected]>
  • Loading branch information
MUzairS15 committed Aug 4, 2023
1 parent d7025b9 commit 670a367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/schemaProvider.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func getSchemaMap() map[string]string {
"application": "configuration/applicationImport.json",
"filter": "configuration/filterImport.json",
"design": "configuration/designImport.json",
"publish": "publish/publishModal.json",
"publish": "publish/publishModal.json",
}
}

Expand All @@ -18,7 +18,7 @@ func getUiSchemaMap() map[string]string {
"application": "configuration/uiSchemaApplication.json",
"design": "configuration/uiSchemaDesignImport.json",
"filter": "configuration/uiSchemaFilter.json",
"publish": "publish/uiSchemaPublishSchema.json",
"publish": "publish/uiSchemaPublishSchema.json",
}
}

Expand Down

0 comments on commit 670a367

Please sign in to comment.