Skip to content

Commit

Permalink
feat: delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 13, 2022
1 parent 0892e8d commit 8109b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/workbench/browser/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ if (APP_CONFIG.production) {
}

platformBrowserDynamic()
.bootstrapModule(AppModule, {
})
.catch(err => console.error(err));
.bootstrapModule(AppModule, {})
.catch((err) => console.error(err));
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"lib": ["es2017", "es2016", "es2015", "dom"],
"baseUrl": "./",
"paths": {
"@utils/*": ["src/core/api-manager/browser/src/app/utils/*"]
}
},
"include": ["**/**.ts"],
Expand Down

0 comments on commit 8109b86

Please sign in to comment.