We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d36fa commit 25a73a5Copy full SHA for 25a73a5
frontend/src/queries/ngLinkQueries.ts
@@ -7,10 +7,7 @@ import {
7
} from '@tanstack/react-query';
8
9
import { sendFetchRequest } from '@/utils';
10
-import {
11
- getResponseJsonOrError,
12
- throwResponseNotOkError
13
-} from './queryUtils';
+import { getResponseJsonOrError, throwResponseNotOkError } from './queryUtils';
14
15
export type NGLink = {
16
short_key: string;
0 commit comments