fix(pickers): declare M as table
This commit is contained in:
parent
7a6690f360
commit
9704b11e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local picker_utils = require('cp.pickers')
|
||||
|
||||
local M
|
||||
local M = {}
|
||||
|
||||
local function contest_picker(platform)
|
||||
local constants = require('cp.constants')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue