Skip to content

Commit d52e68f

Browse files
authored
Fix #621 (#622)
1 parent 6b6934b commit d52e68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export class ArangoSearchView extends BaseView {
150150
method: "POST",
151151
path: "/_api/view",
152152
body: {
153-
properties,
153+
...properties,
154154
name: this.name,
155155
type: this.type
156156
}

0 commit comments

Comments
 (0)