Skip to content

Commit c083116

Browse files
committed
fix: correct syntax error in API response handling
1 parent c4b3378 commit c083116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/commands/createApp/templates/api.ts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function initApi(app: Express, admin: IAdminForth) {
1111
message: "List of admin users from AdminForth API",
1212
users: allUsers,
1313
});
14-
}
14+
},
1515

1616
// you can use admin.express.authorize to get info about the current user
1717
admin.express.authorize(

0 commit comments

Comments
 (0)