Fix audit

This commit is contained in:
Jake Barnby 2023-02-15 17:39:15 +13:00
parent f6fc9a8d8c
commit b3e29c6086
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -40,6 +40,7 @@ class AuditsV1 extends Worker
$dbForProject = $this->getProjectDB($project->getId());
$audit = new Audit($dbForProject);
$audit->log(
userInternalId: $user->getInternalId(),
userId: $user->getId(),
// Pass first, most verbose event pattern
event: $event,