Skip to content

Commit 40a2e26

Browse files
BaltazoreIgnaceMaes
andcommitted
Update snippets/fetching-data/find-record/own-builder.ts
Co-authored-by: Ignace Maes <ignacemaes100@msn.com>
1 parent 4af61ea commit 40a2e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/fetching-data/find-record/own-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { pluralize } from 'ember-inflector';
44
import type { RequestSignature } from '@warp-drive/core-types/symbols';
55
import type { TypeFromInstance } from '@warp-drive/core-types/record';
66
import type { FindRecordOptions } from '@warp-drive/core-types/request';
7-
import type { UrlOptions } from '@ember-data/request-utils'
7+
import type { UrlOptions } from '@ember-data/request-utils';
88

99
type MyRequest<Type> = {
1010
url: string

0 commit comments

Comments
 (0)