mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Removed unwanted exit functions
This commit is contained in:
@@ -86,8 +86,6 @@ $avatarCallback = function ($type, $code, $width, $height, $quality) use ($types
|
||||
echo $data;
|
||||
|
||||
unset($resize);
|
||||
|
||||
exit(0);
|
||||
};
|
||||
|
||||
$utopia->get('/v1/avatars/credit-cards/:code')
|
||||
@@ -199,8 +197,6 @@ $utopia->get('/v1/avatars/image')
|
||||
echo $data;
|
||||
|
||||
unset($resize);
|
||||
|
||||
exit(0);
|
||||
}
|
||||
);
|
||||
|
||||
@@ -353,8 +349,6 @@ $utopia->get('/v1/avatars/favicon')
|
||||
echo $data;
|
||||
|
||||
unset($resize);
|
||||
|
||||
exit(0);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user