1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00

Fix audits

This commit is contained in:
Jake Barnby 2023-06-15 17:29:23 +12:00
parent 95b06c660a
commit 9903897373
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -40,7 +40,6 @@ 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,