Skip to content

Commit 3e29acf

Browse files
Update Fid to all capital
Co-authored-by: OrlandriaC-G <112568492+OrlandriaH-G@users.noreply.github.com>
1 parent 1eccd74 commit 3e29acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FirebaseAdmin/FirebaseAdmin/Messaging/Message.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ internal Message CopyAndValidate()
144144
if (targets.Count != 1)
145145
{
146146
throw new ArgumentException(
147-
"Exactly one of Token, Fid, Topic or Condition is required.");
147+
"Exactly one of Token, FID, Topic or Condition is required.");
148148
}
149149

150150
var topic = copy.UnprefixedTopic;

0 commit comments

Comments
 (0)