mirror of
https://github.com/morten-olsen/share.nvim.git
synced 2026-02-08 01:36:30 +01:00
doh
This commit is contained in:
@@ -4,7 +4,7 @@ local M = function(slack_token)
|
|||||||
local token = slack_token
|
local token = slack_token
|
||||||
local function post(receiver, content, opts)
|
local function post(receiver, content, opts)
|
||||||
local text = content
|
local text = content
|
||||||
if opts.format = "markdown" then
|
if opts.format == "markdown" then
|
||||||
text = "```\n" .. text .. "```"
|
text = "```\n" .. text .. "```"
|
||||||
end
|
end
|
||||||
local body = {
|
local body = {
|
||||||
|
|||||||
Reference in New Issue
Block a user