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 4af61ea commit 40a2e26Copy full SHA for 40a2e26
snippets/fetching-data/find-record/own-builder.ts
@@ -4,7 +4,7 @@ import { pluralize } from 'ember-inflector';
4
import type { RequestSignature } from '@warp-drive/core-types/symbols';
5
import type { TypeFromInstance } from '@warp-drive/core-types/record';
6
import type { FindRecordOptions } from '@warp-drive/core-types/request';
7
-import type { UrlOptions } from '@ember-data/request-utils'
+import type { UrlOptions } from '@ember-data/request-utils';
8
9
type MyRequest<Type> = {
10
url: string
0 commit comments