We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27b3b9 commit 1fbb11dCopy full SHA for 1fbb11d
src/markdown/tutorial/part-2/11-ember-data.md
@@ -325,9 +325,8 @@ Notice that we are using the `JsonSuffixHandler` we created earlier. We also use
325
Lastly, let's update our `store` service to use the new `RequestManager` we created.
326
327
```run:file:patch lang=js cwd=super-rentals filename=app/services/store.js
328
-@@ -1 +1,7 @@
+@@ -1 +1,6 @@
329
-export { default } from 'ember-data/store';
330
-+// eslint-disable-next-line ember/use-ember-data-rfc-395-imports
331
+import BaseStore from 'ember-data/store';
332
+import { service } from '@ember/service';
333
+
0 commit comments