Skip to content

Commit

Permalink
Merge pull request #315 from hyper63/twilson63/chg-port-search-update…
Browse files Browse the repository at this point in the history
…doc-314

handle key prop for updateDoc schema (#314)
  • Loading branch information
twilson63 authored Sep 9, 2021
2 parents 78c3352 + 0979405 commit 43ebc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/port-search/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export function search(adapter) {
updateDoc: z.function()
.args(z.object({
index: z.string(),
key: z.string(),
doc: z.any(),
}))
.returns(z.promise(z.object({
Expand Down

0 comments on commit 43ebc70

Please sign in to comment.