feat: Added spotter to noop plugin

This commit is contained in:
Huy Hoang 2024-11-20 22:39:05 +07:00
parent 1f32601dc4
commit b0608467be

View file

@ -8,4 +8,6 @@ function M:fetch() return 1 end
function M:preload() return 1 end function M:preload() return 1 end
function M:spot() end
return M return M