Skip to content

Commit

Permalink
remove enableServices timeout from GPT mock (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewb authored Feb 16, 2022
1 parent 36a5722 commit b146385
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils/mockGPT.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,7 @@ class GPTMock {
return this.version;
}
enableServices() {
setTimeout(() => {
this.pubadsReady = true;
}, 0);
this.pubadsReady = true;
}
sizeMapping() {
if (!this.sizeMappingBuilder) {
Expand Down

0 comments on commit b146385

Please sign in to comment.