1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

Fixing the bracket

This commit is contained in:
Bhaskar Singh 2023-03-08 17:23:15 +05:30
parent 7a4cea9f79
commit b16c789282

View file

@ -473,6 +473,7 @@ return [
'name' => Exception::PROJECT_NOT_FOUND,
'description' => 'Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.',
'code' => 404,
],
Exception::PROJECT_UNKNOWN => [
'name' => Exception::PROJECT_UNKNOWN,
'description' => 'The project ID is either missing or not valid. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.',