forked from blizzthewolf/SeaCogs
fix(moderation): fixed broken dict key in importer
This commit is contained in:
parent
d3bd68f9b0
commit
7c3310af32
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class ImportModerationView(ui.View):
|
|||
timestamp=case['timestamp'],
|
||||
resolved=case['resolved'],
|
||||
resolved_by=case['resolved_by'],
|
||||
resolved_reason=case['resolved_reason'],
|
||||
resolved_reason=case['resolve_reason'],
|
||||
changes=case['changes'],
|
||||
metadata=case['metadata'],
|
||||
database=database
|
||||
|
|
Loading…
Reference in a new issue