feat: noop for spotters (#1924)

This commit is contained in:
boydaihungst 2024-11-20 22:45:40 +07:00 committed by GitHub
parent 1f32601dc4
commit e965b865b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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