From 40a2e26bf417e9ff185f1508b503049d3f7d29ea Mon Sep 17 00:00:00 2001 From: Kirill Shaplyko Date: Sat, 6 Jul 2024 17:31:32 +0200 Subject: [PATCH] Update snippets/fetching-data/find-record/own-builder.ts Co-authored-by: Ignace Maes --- snippets/fetching-data/find-record/own-builder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/fetching-data/find-record/own-builder.ts b/snippets/fetching-data/find-record/own-builder.ts index a95c68d..deb26c5 100644 --- a/snippets/fetching-data/find-record/own-builder.ts +++ b/snippets/fetching-data/find-record/own-builder.ts @@ -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 = { url: string