Skip to content

Commit 951a425

Browse files
Gaurav0sivakumar-kailasam
authored andcommitted
temporary solution for meta store issues
1 parent 93095cd commit 951a425

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/adapters/application.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ export default JSONAPIAdapter.extend({
1616
metaStore: service(),
1717
projectService: service('project'),
1818

19-
shouldBackgroundReloadAll() { return false; },
20-
shouldBackgroundReloadRecord() { return false; },
21-
2219
async findRecord(store, {modelName}, id) {
2320
let url;
2421
let host = this.host;

0 commit comments

Comments
 (0)