fix(pickers): declare M as table

This commit is contained in:
Barrett Ruth 2025-09-30 20:33:40 -04:00
parent 7a6690f360
commit 9704b11e7c

View file

@ -1,6 +1,6 @@
local picker_utils = require('cp.pickers')
local M
local M = {}
local function contest_picker(platform)
local constants = require('cp.constants')