fix: update last of languages references to point to constants file
This commit is contained in:
parent
5d630d9dac
commit
c06a0d8a84
4 changed files with 7 additions and 7 deletions
|
|
@ -8,8 +8,8 @@
|
|||
local M = {}
|
||||
local logger = require("cp.log")
|
||||
|
||||
local languages = require("cp.languages")
|
||||
local filetype_to_language = languages.filetype_to_language
|
||||
local constants = require("cp.constants")
|
||||
local filetype_to_language = constants.filetype_to_language
|
||||
|
||||
---@param source_file string
|
||||
---@param contest_config table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue