Skip to content

Commit 9b42a26

Browse files
committed
Bugfix on update!
1 parent 9d8d236 commit 9b42a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exposed-functions-from-submodules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function update_entity!(updated_object::IEntity,
9999
)
100100
Controller.update_entity!(updated_object,
101101
dbconn;
102-
editor = dbconn
102+
editor = editor
103103
)
104104
end
105105

0 commit comments

Comments
 (0)