fix(cache): problem caching
This commit is contained in:
parent
d1b9469342
commit
ab72ec9559
2 changed files with 13 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local M = {}
|
||||
|
||||
local cache_file = vim.fn.stdpath("data") .. "/cp-contest-cache.json"
|
||||
local cache_file = vim.fn.stdpath("data") .. "/cp-nvim.json"
|
||||
local cache_data = {}
|
||||
|
||||
local function get_expiry_date(platform)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue