Skip to content

Commit

Permalink
Update useGetQueues.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriceyap authored Feb 6, 2025
1 parent c98ccc1 commit 30685d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lookout/ui/src/services/lookoutV2/useGetQueues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useQuery } from "@tanstack/react-query"
import { isNil } from "lodash"

import { useGetUiConfig } from "./useGetUiConfig"
import { useUserManager, getAuthorizationHeaders, getAccessToken } from "../../oidc"
import { useUserManager, getAuthorizationHeaders, getAccessToken } from "../../oidcAuth"
import { ApiQueue, ApiQueueFromJSON } from "../../openapi/armada"
import { getErrorMessage } from "../../utils"

Expand Down

0 comments on commit 30685d0

Please sign in to comment.