Skip to content

Commit fc0080e

Browse files
committed
style(api): fix luacheck warnings
1 parent a36f9eb commit fc0080e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lua/api.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ API.pending_requests = {}
7070

7171
---Updates the API by processing TCP messages and pending requests
7272
---@param _ number Delta time (not used)
73+
---@diagnostic disable-next-line: duplicate-set-field
7374
function API.update(_)
7475
-- Create server socket if it doesn't exist
7576
if not API.server_socket then

0 commit comments

Comments
 (0)