1
0
Fork 0
mirror of synced 2024-07-06 23:21:05 +12:00
This commit is contained in:
Prateek Banga 2023-10-04 16:19:05 +05:30
parent 48b91e39a8
commit 61785ab35a

View file

@ -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);