Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 3a9a910

Browse files
committed
fix(cms): Fix linting issue
1 parent d948913 commit 3a9a910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
* run jobs, or perform some special logic.
1818
*/
1919
async bootstrap({ strapi }) {
20-
if(process.env.NODE_ENV === "development") {
20+
if (process.env.NODE_ENV === "development") {
2121
seedUsers(strapi);
2222
}
2323
},

0 commit comments

Comments
 (0)