Skip to content

Commit

Permalink
Update snippets/fetching-data/find-record/own-builder.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ignace Maes <[email protected]>
  • Loading branch information
Baltazore and IgnaceMaes committed Jul 8, 2024
1 parent 4af61ea commit 40a2e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/fetching-data/find-record/own-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { pluralize } from 'ember-inflector';
import type { RequestSignature } from '@warp-drive/core-types/symbols';
import type { TypeFromInstance } from '@warp-drive/core-types/record';
import type { FindRecordOptions } from '@warp-drive/core-types/request';
import type { UrlOptions } from '@ember-data/request-utils'
import type { UrlOptions } from '@ember-data/request-utils';

type MyRequest<Type> = {
url: string
Expand Down

0 comments on commit 40a2e26

Please sign in to comment.