fix(aurora): actually fixed duration error
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 43s
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 43s
This commit is contained in:
parent
673e8b41d1
commit
e62bd62e29
3 changed files with 3 additions and 2 deletions
|
@ -85,7 +85,7 @@ class ImportAuroraView(ui.View):
|
|||
case["target_type"],
|
||||
case["target_id"],
|
||||
case["role_id"],
|
||||
str(duration),
|
||||
duration,
|
||||
case["reason"],
|
||||
timestamp=case["timestamp"],
|
||||
resolved=case["resolved"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue