forked from blizzthewolf/SeaCogs
fix(aurora): fixed importers trying to import durations and breaking
This commit is contained in:
parent
12f14984a2
commit
036333e909
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ class ImportAuroraView(ui.View):
|
|||
case["target_type"],
|
||||
case["target_id"],
|
||||
case["role_id"],
|
||||
duration,
|
||||
str(duration),
|
||||
case["reason"],
|
||||
timestamp=case["timestamp"],
|
||||
resolved=case["resolved"],
|
||||
|
|
|
@ -123,7 +123,7 @@ class ImportGalacticBotView(ui.View):
|
|||
case['targetType'],
|
||||
case['target'],
|
||||
0,
|
||||
duration,
|
||||
str(duration),
|
||||
reason,
|
||||
timestamp=timestamp,
|
||||
resolved=resolved,
|
||||
|
|
Loading…
Reference in a new issue