We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1005ef0 commit cfea013Copy full SHA for cfea013
server/startup/migrations/v232.ts
@@ -21,8 +21,6 @@ Migrations.add({
21
return;
22
}
23
24
- console.log('its enterprise');
25
-
26
const admins = Promise.await(Users.find<IUser>({ roles: 'admin' }, {}).toArray());
27
28
const banners = admins.map((a) => Promise.await(Banner.getNewBannersForUser(a._id, BannerPlatform.Web))).flat();
0 commit comments