1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Update api.php

This commit is contained in:
Bradley Schofield 2021-11-29 09:52:12 +00:00
parent 4cee817161
commit 879bdf1a74

View file

@ -53,8 +53,6 @@ App::init(function ($utopia, $request, $response, $project, $user, $register, $e
$timeLimitArray[] = $timeLimit;
}
//TODO make sure we get array here
$closestLimit = null;
$isPrivilegedUser = Auth::isPrivilegedUser(Authorization::$roles);
$isAppUser = Auth::isAppUser(Authorization::$roles);