Skip to content

Commit

Permalink
chore(upload-client): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Dec 29, 2022
1 parent 51039db commit cf47aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-client/src/tools/identity.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export function identity<T>(obj: T, ..._args: never): T {
export function identity<T>(obj: T, ..._args: unknown[]): T {
return obj
}

0 comments on commit cf47aa0

Please sign in to comment.