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