Skip to content

Commit

Permalink
fix(fetchResults): imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Mar 8, 2024
1 parent 7afbb64 commit 48b5e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/functions/fetchResults.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { error } from '@sveltejs/kit';
import { createApiUrl } from './createApiUrl';
import { sleep } from './sleep';
import { sleep } from '$lib/functions/sleep';
import { createApiUrl } from '$lib/functions/createApiUrl';

import type { ResultType, ErrorResponseType } from '$lib/types/result';

Expand Down

0 comments on commit 48b5e61

Please sign in to comment.