Skip to content

Commit ccdfcbf

Browse files
committed
fix: noob mistake
1 parent b327145 commit ccdfcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export function getItems(context: HookContext): any; // any[] | any | undefined;
210210
* Check which transport provided the service call.
211211
* {@link https://feathers-plus.github.io/v1/feathers-hooks-common/index.html#IsProvider}
212212
*/
213-
export function isProvider(...transports: TransportName[]): SyncPredicateFn;
213+
export function isProvider(...transports: TransportName[]): SyncContextFunction<boolean>;
214214

215215
/**
216216
* Keep certain fields in the record(s), deleting the rest.

0 commit comments

Comments
 (0)