fix(git): fix diagnostic

This commit is contained in:
2026-04-19 00:51:21 +02:00
parent b23fbb3704
commit 721f4cb257
+1 -1
View File
@@ -91,7 +91,7 @@ end
---@field worktree string ---@field worktree string
---@field buffers integer[] ---@field buffers integer[]
---@field watcher? uv.uv_fs_event_t ---@field watcher? uv.uv_fs_event_t
---@field refresh ow.Util.Debouncer ---@field refresh fun() | ow.Util.Debouncer
local Repo = {} local Repo = {}
Repo.__index = Repo Repo.__index = Repo