fix(cache): problem caching

This commit is contained in:
Barrett Ruth 2025-09-14 20:19:42 -05:00
parent d1b9469342
commit ab72ec9559
2 changed files with 13 additions and 14 deletions

View file

@ -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)