Bump response format to fix filters being used

This commit is contained in:
Jake Barnby 2024-02-19 16:54:53 +13:00
parent 98f4178c39
commit e20f46ba1b
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -230,7 +230,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
->setTwitter(APP_SOCIAL_TWITTER_HANDLE)
->setDiscord(APP_SOCIAL_DISCORD_CHANNEL, APP_SOCIAL_DISCORD)
->setDefaultHeaders([
'X-Appwrite-Response-Format' => '1.4.0',
'X-Appwrite-Response-Format' => '1.5.0',
]);
// Make sure we have a clean slate.