Fix a dumb :(

This commit is contained in:
Bryan Ashby 2022-08-21 15:43:53 -06:00
parent 7060bf270b
commit 4d6bc98a0f
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 2 additions and 1 deletions

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);
});