Skip to content

Commit 6e0c7a2

Browse files
committed
ajax feature was removed; remove from fixture
1 parent 95ee997 commit 6e0c7a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/fixtures/dummy/app/routes/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import Route from '@ember/routing/route';
22
import { hash } from 'rsvp';
33
import fetch, { Request } from 'fetch';
4-
import ajax from 'ember-fetch/ajax';
54

65
export default Route.extend({
76
model: function () {
@@ -12,7 +11,6 @@ export default Route.extend({
1211
request: fetch(new Request('/omg.json')).then(function (request) {
1312
return request.json();
1413
}),
15-
ajax: ajax('/omg.json'),
1614
});
1715
},
1816
});

0 commit comments

Comments
 (0)