mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Line
This commit is contained in:
@@ -377,6 +377,7 @@ App::put('/v1/teams/:teamId/prefs')
|
||||
}
|
||||
|
||||
$team->setAttribute('prefs', $prefs->getArrayCopy());
|
||||
|
||||
$team = $dbForProject->updateDocument('teams', $team->getId(), $team);
|
||||
|
||||
$queueForEvents->setParam('teamId', $team->getId());
|
||||
|
||||
Reference in New Issue
Block a user