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 74338a3 commit 333dfe7Copy full SHA for 333dfe7
app/routes/github-authorize.js
@@ -1,6 +1,6 @@
1
import Route from '@ember/routing/route';
2
import fetch from 'fetch';
3
-import { serializeQueryParams } from 'ember-fetch/mixins/adapter-fetch';
+import { serializeQueryParams } from 'ember-fetch/utils/serialize-query-params';
4
5
/**
6
* This route will be called from the GitHub OAuth flow once the user has
0 commit comments