fix: spelling issue

This commit is contained in:
Paul Makles
2024-08-31 17:16:23 +01:00
parent 01368960f3
commit 78757ac7f1
2 changed files with 2 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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"