mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
typo fix
This commit is contained in:
@@ -476,7 +476,7 @@ App::post('/v1/messaging/providers/fcm')
|
||||
if (
|
||||
empty($dbForProject->findOne('providers', [
|
||||
Query::equal('default', [true]),
|
||||
Query::equal('type', ['pushq'])
|
||||
Query::equal('type', ['push'])
|
||||
]))
|
||||
) {
|
||||
$provider->setAttribute('default', true);
|
||||
|
||||
Reference in New Issue
Block a user