Skip to content

Commit

Permalink
feat(constants): add PAUSE_AD response format
Browse files Browse the repository at this point in the history
- Add PAUSE_AD to RESPONSE_FORMATS in constants.js
  • Loading branch information
AxelHolst committed Jul 1, 2024
1 parent 89078af commit 026bd27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

const RESPONSE_FORMATS = {
VMAP: "vmap1",
VAST: "vast4"
VAST: "vast4",
PAUSE_AD: "pause_ad"
}

const EMPTY_VAST_MSG = `.--------------- WARNING ---------------.
Expand Down

0 comments on commit 026bd27

Please sign in to comment.