Remove unnecessary fetch-setting
Originally this was failing because it only had a getter. I tried replacing it with a computed property and that succeeded, but since we have already stopped using jQuery, we might as well remove it.
This commit is contained in:
parent
6efc64818b
commit
c56726abd1
|
@ -10,10 +10,6 @@ export const namespace = 'v1';
|
||||||
|
|
||||||
@classic
|
@classic
|
||||||
export default class Application extends RESTAdapter {
|
export default class Application extends RESTAdapter {
|
||||||
// TODO: This can be removed once jquery-integration is turned off for
|
|
||||||
// the entire app.
|
|
||||||
useFetch = true;
|
|
||||||
|
|
||||||
namespace = namespace;
|
namespace = namespace;
|
||||||
|
|
||||||
@service system;
|
@service system;
|
||||||
|
|
Loading…
Reference in New Issue