Skip to content

Commit

Permalink
removed from original
Browse files Browse the repository at this point in the history
  • Loading branch information
chill-cod3r committed Dec 28, 2018
1 parent 92eea6b commit 4a478cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ declare module 'monk' {
query: TQuery,
update: Object,
options?: Object,
callback?: (err: Error, data: U) => void
): Promise<U | undefined>
findOneAndUpdate<U = T>(
query: TQuery,
Expand Down

0 comments on commit 4a478cb

Please sign in to comment.