Skip to content

Commit 7bfba46

Browse files
committed
update zk lua
Signed-off-by: dongjiang1989 <[email protected]>
1 parent 19cc7aa commit 7bfba46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apisix/discovery/zookeeper/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ function _M.destroy()
205205
log.info("zookeeper discovery destroyed")
206206
end
207207

208-
return _M
208+
return _M

apisix/discovery/zookeeper/schema.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ function _M.check(conf)
8888
return core.schema.check(schema, conf)
8989
end
9090

91-
return _M
91+
return _M

apisix/discovery/zookeeper/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ function _M.close_zk_client(client)
104104
end
105105
end
106106

107-
return _M
107+
return _M

0 commit comments

Comments
 (0)