fix proof action

This commit is contained in:
Cayo Puigdefabregas 2023-09-18 11:41:58 +02:00
parent 0fb4fa5ba6
commit 5de416796e
1 changed files with 1 additions and 1 deletions

View File

@ -987,7 +987,7 @@ class Device(Thing):
d = {
"type": PROOF_ENUM['Register'],
"device": self,
"actions": snapshot[0],
"action": snapshot[0],
"timestamp": timestamp,
"issuer_id": g.user.id,
}