Browse Source

Fix missing require statement for ucl.null

tags/3.3
Jason Stephenson 1 year ago
parent
commit
815256cc7d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lualib/lua_mime.lua

+ 1
- 0
lualib/lua_mime.lua View File

@@ -21,6 +21,7 @@ limitations under the License.

local rspamd_util = require "rspamd_util"
local rspamd_text = require "rspamd_text"
local ucl = require "ucl"

local exports = {}


Loading…
Cancel
Save