Skip to content

Commit b6bc928

Browse files
committed
fix: Validator label
1 parent d2924f0 commit b6bc928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/_messaging_encoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def encode_android(cls, android):
206206
'ttl': cls.encode_ttl(android.ttl),
207207
'fcm_options': cls.encode_android_fcm_options(android.fcm_options),
208208
'direct_boot_ok': _Validators.check_boolean(
209-
'AndroidFCMOptions.direct_boot_ok', android.direct_boot_ok),
209+
'AndroidConfig.direct_boot_ok', android.direct_boot_ok),
210210
}
211211
result = cls.remove_null_values(result)
212212
priority = result.get('priority')

0 commit comments

Comments
 (0)