Skip to content

Commit

Permalink
Added missing utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
fdsprod committed Apr 4, 2019
1 parent 35c6922 commit 31f3550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scripts/twitch/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ local assert = base.assert
local pairs = base.pairs
local ipairs = base.ipairs

local utils = require('twitch.utils')
local OptionsData = require('Options.Data')

Config = {}
Expand Down

0 comments on commit 31f3550

Please sign in to comment.