forked from jmug/stoatchat
fix: spelling issue
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "revolt-nodejs-bindings",
|
||||
"version": "0.7.15-rev0.0.2",
|
||||
"version": "0.7.15-rev0.0.3",
|
||||
"description": "Node.js bindings for the Revolt software",
|
||||
"main": "index.node",
|
||||
"scripts": {
|
||||
|
||||
@@ -733,7 +733,7 @@ impl User {
|
||||
"email": account.email,
|
||||
"list": reason.join(", "),
|
||||
"duration": duration_days,
|
||||
"duration_diplay": if duration_days.is_some() {
|
||||
"duration_display": if duration_days.is_some() {
|
||||
"block"
|
||||
} else {
|
||||
"none"
|
||||
|
||||
Reference in New Issue
Block a user