Skip to content

Commit

Permalink
feat: fix keyword typing
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Aug 11, 2023
1 parent 43b699b commit f2bf01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/home/imperial/useImperialData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function getKeywordList({url, token}: {url: string, token?: string}) {
}

export type keyword = {
value: string
keyword: string
}

/**
Expand Down

0 comments on commit f2bf01c

Please sign in to comment.