Skip to content

Commit 4591e25

Browse files
committed
copilot comment
1 parent 6efd5dc commit 4591e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/termdb/TermTypeSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ type Tab = {
189189
termTypeGroup: string // required for comparing
190190
termType: string
191191
contentHolder?: any // added by Tabs
192-
callback: (any) => void
192+
callback: (...args: any[]) => any
193193
}
194194

195195
export class TermTypeSearch {

0 commit comments

Comments
 (0)