Skip to content

Commit 7f9de76

Browse files
committed
Added newsletter flag to limits service
refs TryGhost/Product#1549 Adding the name of the flag to config.js is a requirment for using the flag
1 parent a4283b5 commit 7f9de76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/limit-service/lib/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
return result.count;
1010
}
1111
},
12+
newsletters: {},
1213
emails: {
1314
currentCountQuery: async (db, startDate) => {
1415
let result = await db.knex('emails')

0 commit comments

Comments
 (0)