Skip to content

Commit

Permalink
No FBGM video ads
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Aug 25, 2024
1 parent 675b1ad commit eb25462
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as constantsBaseball from "./constants.baseball";
import * as constantsBasketball from "./constants.basketball";
import * as constantsFootball from "./constants.football";
import * as constantsHockey from "./constants.hockey";
import isSport from "./isSport";
import type { CompositeWeights, Phase, DraftType, MoodTrait } from "./types";

const ACCOUNT_API_URL =
Expand Down Expand Up @@ -514,7 +513,7 @@ export const STARTING_NUM_TIMEOUTS = bySport({
basketball: 2,
});

export const VIDEO_ADS = isSport("football");
export const VIDEO_ADS = false;
export const VIDEO_AD_PADDING = 225 + 10 + 10;

export {
Expand Down

0 comments on commit eb25462

Please sign in to comment.