Skip to content

Commit 95df200

Browse files
style: 🐛 /
1 parent 3b5ea3f commit 95df200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

route_push.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func push(c *fiber.Ctx, params map[string]interface{}) error {
166166
return c.JSON(success())
167167
}
168168

169-
func getMarkdownUrl(c *fiber.Ctx, content string) string {\
169+
func getMarkdownUrl(c *fiber.Ctx, content string) string {
170170
if content == "" {
171171
return ""
172172
}

0 commit comments

Comments
 (0)