Skip to content

Commit

Permalink
fix: Validator label
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanedey committed Jan 9, 2024
1 parent d2924f0 commit b6bc928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase_admin/_messaging_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def encode_android(cls, android):
'ttl': cls.encode_ttl(android.ttl),
'fcm_options': cls.encode_android_fcm_options(android.fcm_options),
'direct_boot_ok': _Validators.check_boolean(
'AndroidFCMOptions.direct_boot_ok', android.direct_boot_ok),
'AndroidConfig.direct_boot_ok', android.direct_boot_ok),
}
result = cls.remove_null_values(result)
priority = result.get('priority')
Expand Down

0 comments on commit b6bc928

Please sign in to comment.