mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-11-16 03:09:47 +00:00
node_modules
This commit is contained in:
7
node_modules/bottleneck/src/redis/get_time.lua
generated
vendored
Normal file
7
node_modules/bottleneck/src/redis/get_time.lua
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
redis.replicate_commands()
|
||||
|
||||
local get_time = function ()
|
||||
local time = redis.call('time')
|
||||
|
||||
return tonumber(time[1]..string.sub(time[2], 1, 3))
|
||||
end
|
||||
Reference in New Issue
Block a user