Show lock side

This commit is contained in:
Matthias
2022-04-24 11:51:33 +02:00
parent 4942d73693
commit b0a8bf3025
2 changed files with 2 additions and 0 deletions

View File

@@ -1476,5 +1476,6 @@ class PairLock(_DECL_BASE):
'lock_end_timestamp': int(self.lock_end_time.replace(tzinfo=timezone.utc
).timestamp() * 1000),
'reason': self.reason,
'side': self.side,
'active': self.active,
}