()
| 32 | } |
| 33 | |
| 34 | initialize () { |
| 35 | this.levels = {} |
| 36 | this.campaigns = new Campaigns() |
| 37 | return this.supermodel.trackRequest(this.campaigns.fetchCampaignsAndRelatedLevels({ excludes: excludedCampaigns })) |
| 38 | } |
| 39 | |
| 40 | onLoaded () { |
| 41 | for (const campaign of Array.from(this.campaigns.models)) { |
nothing calls this directly
no test coverage detected