Skip to content

Commit

Permalink
fix(update): fix missing 'update' api (#205)
Browse files Browse the repository at this point in the history
linrongbin16 authored Feb 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c19da32 commit 42f896d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/colorbox.lua
Original file line number Diff line number Diff line change
@@ -97,6 +97,7 @@ end

local M = {
setup = setup,
update = controller.update,
}

return M

0 comments on commit 42f896d

Please sign in to comment.