Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wolfejw86/monk
Browse files Browse the repository at this point in the history
  • Loading branch information
chill-cod3r committed Dec 28, 2018
2 parents 6c8caab + 39dbb43 commit 92eea6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ declare module 'monk' {
findOneAndUpdate<U = T>(
query: TQuery,
update: Object,
options?: Object
options?: Object,
callback?: (err: Error, data: U) => void
): Promise<U | undefined>
findOneAndUpdate<U = T>(
query: TQuery,
Expand Down

0 comments on commit 92eea6b

Please sign in to comment.