mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
trim message
This commit is contained in:
parent
53b2f21920
commit
cfa0ef6ac8
@ -15,7 +15,7 @@ export default async (payload) => {
|
||||
}
|
||||
|
||||
if (message) {
|
||||
message = String(message).toString()
|
||||
message = String(message).toString().trim()
|
||||
}
|
||||
|
||||
const current_timezone = momentTimezone.tz.guess()
|
||||
|
Loading…
x
Reference in New Issue
Block a user