Skip to content

Commit 4927061

Browse files
committed
Auto merge of #4265 - Turbo87:fetch, r=Turbo87
models/version: Add missing `fetch` import This is needed for fastboot to work correctly, but also to correctly use the `fetch()` polyfill, if necessary.
2 parents 5c033fa + 1f8cc5e commit 4927061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/models/version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Model, { attr, belongsTo, hasMany } from '@ember-data/model';
22

33
import { keepLatestTask, task } from 'ember-concurrency';
4+
import fetch from 'fetch';
45
import { alias } from 'macro-decorators';
56
import semverParse from 'semver/functions/parse';
67
import { cached } from 'tracked-toolbox';

0 commit comments

Comments
 (0)