Skip to content

Commit 0d2973b

Browse files
committed
Remove need_reload from update
1 parent 285fbcd commit 0d2973b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crud/update.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ local function call_update_on_router(space_name, key, user_operations, opts)
103103
end
104104

105105
if storage_result.err ~= nil then
106-
local need_reload = schema.result_needs_reload(space, storage_result)
107-
return nil, UpdateError:new("Failed to update: %s", storage_result.err), need_reload
106+
return nil, UpdateError:new("Failed to update: %s", storage_result.err)
108107
end
109108

110109
local tuple = storage_result.res

0 commit comments

Comments
 (0)