Skip to content

Commit 557c15a

Browse files
olegrokTotktonada
authored andcommitted
fix undeclared variable in chunked_example_fast
1 parent 7e1c36a commit 557c15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chunked_example_fast/frontend.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ local function get_key_def(space_name, index_name)
3232
-- Create a key def.
3333
key_def = key_def_lib.new(index.parts)
3434
if not index.unique then
35-
key_def = key_def_inst:merge(key_def_lib.new(primary_index.parts))
35+
key_def = key_def:merge(key_def_lib.new(primary_index.parts))
3636
end
3737

3838
-- Write to the cache.

0 commit comments

Comments
 (0)