diff options
author | tusooa <tusooa@kazv.moe> | 2022-12-16 14:16:07 -0500 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-12-24 00:04:50 -0500 |
commit | a1b95922c5c4a4351b52c0f7a484a96efed08be9 (patch) | |
tree | 39315d1c1f683c2211835f45813404ee82cb73c9 | |
parent | 46ab97d72145a122cc0e0ada3cd9f0af5449bdf3 (diff) | |
download | pleroma-a1b95922c5c4a4351b52c0f7a484a96efed08be9.tar.gz pleroma-a1b95922c5c4a4351b52c0f7a484a96efed08be9.zip |
Fix compile error
-rw-r--r-- | lib/pleroma/web/api_spec/operations/pleroma_backup_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/pleroma_backup_operation.ex b/lib/pleroma/web/api_spec/operations/pleroma_backup_operation.ex index 5655527e0..ea3fc230a 100644 --- a/lib/pleroma/web/api_spec/operations/pleroma_backup_operation.ex +++ b/lib/pleroma/web/api_spec/operations/pleroma_backup_operation.ex @@ -76,7 +76,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaBackupOperation do "inserted_at" => "2020-09-08T16:42:07.000Z", "processed" => true, "state" => "complete", - "processed_number": 20 + "processed_number" => 20 } } end |