Fix a dumb :(

This commit is contained in:
Bryan Ashby
2022-08-21 15:43:53 -06:00
parent 7060bf270b
commit 4d6bc98a0f

View File

@@ -621,7 +621,8 @@ ${msgBody}
confTag,
areaTag,
uuid: message.messageUuid,
}`Gopher serving message "${message.subject}"`
},
`Gopher serving message "${message.subject}"`
);
return cb(response);
});