1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Merge pull request #7419 from appwrite/feat-query-push-target-type

Allow filtering targets by provider type
This commit is contained in:
Jake Barnby 2024-01-19 16:54:26 +13:00 committed by GitHub
commit 86ed3fdf55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ class Targets extends Base
'userId',
'providerId',
'identifier',
'providerType',
];
/**