Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chill-cod3r committed Dec 28, 2018
1 parent 4a478cb commit ff99e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ declare module 'monk' {
findOneAndUpdate<U = T>(
query: TQuery,
update: Object,
options?: Object,
options?: Object
): Promise<U | undefined>
findOneAndUpdate<U = T>(
query: TQuery,
Expand Down

0 comments on commit ff99e06

Please sign in to comment.