Skip to content

Commit 3eafafe

Browse files
committed
fix typo
1 parent 2f419c5 commit 3eafafe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PowerPlatform/Dataverse/data/_odata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ def _enum_optionset_payload(
14481448
per_lang[lang] = label_text
14491449
options.append(
14501450
{
1451-
"@odata.type": f"{prefix}.OptionMetadata",
1451+
"@odata.type": f"{prefix}OptionMetadata",
14521452
"Value": m.value,
14531453
"Label": self._build_localizedlabels_payload(per_lang),
14541454
}

0 commit comments

Comments
 (0)