Skip to content

Commit 49012a7

Browse files
committed
doc: add fixme comment for typing for service
1 parent bba9411 commit 49012a7

File tree

1 file changed

+1
-0
lines changed
  • src/Pages/GlobalConfigurations/Authorization

1 file changed

+1
-0
lines changed

src/Pages/GlobalConfigurations/Authorization/service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { stringComparatorBySortOrder } from '@Shared/Helpers'
55
import { DefaultUserKey } from '@Shared/types'
66
import { GroupBase } from 'react-select'
77

8+
// FIXME: Common out the typing and url from dashboard
89
export const getUserAndApiTokenOptions = async (): Promise<GroupBase<SelectPickerCustomOptionType<string>>[]> => {
910
const [{ result: userResponse }, { result: apiTokenResponse }] = await Promise.all([
1011
get('user/v2'),

0 commit comments

Comments
 (0)