Skip to content

Commit

Permalink
chore: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
candicecz committed Dec 18, 2023
1 parent 9abb705 commit f9a24f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface Params {

export const getResourceById = async (
id?: string | string[],
params?: Params,
params?: Partial<Params>,
) => {
if (!id) {
return;
Expand Down

0 comments on commit f9a24f3

Please sign in to comment.