Skip to content

Commit

Permalink
new rules for startup
Browse files Browse the repository at this point in the history
  • Loading branch information
talha-ahsan committed Sep 20, 2024
1 parent 4e50a1b commit 92d2069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/nrdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ function check_ampere_agenda_limits() {
}

function check_startup_constraints() {
if(MWL && MWL['name'].includes("Startup Ban List")){
if(MWL && MWL['name'].includes("Startup Ban List 24.09")){
const five_threes = NRDB.data.cards.find({
indeck: { '$gt': 0 },
type_code: 'agenda'
Expand Down

0 comments on commit 92d2069

Please sign in to comment.