1
0
Fork 0
mirror of synced 2024-06-11 23:34:45 +12:00

Fix syntax error

This commit is contained in:
Jake Barnby 2024-05-08 21:06:30 +12:00
parent 57a8a8f187
commit f01922daf9
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1543,7 +1543,7 @@ App::get('/v1/account/sessions/oauth2/:provider/redirect')
$target
->setAttribute('sessionId', $session->getId())
->setAttrubte('sessionInternalId', $session->getInternalId());
->setAttribute('sessionInternalId', $session->getInternalId());
$dbForProject->updateDocument('targets', $target->getId(), $target);
}