Skip to content

Commit 8b17013

Browse files
author
Doğa Gürdal
committed
fix(snippets/json): add missing pipes to choice in post object snippet
1 parent 13dad0f commit 8b17013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/json.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@
237237
"\t\"taxonomy\": [",
238238
"\t\t\"$4\"",
239239
"\t],",
240-
"\t\"allow_null\": ${5|false,true},",
241-
"\t\"multiple\": ${6|false,true},",
240+
"\t\"allow_null\": ${5|false,true|},",
241+
"\t\"multiple\": ${6|false,true|},",
242242
"\t\"return_format\": \"${7|object,id|}\",",
243243
"\t\"ui\": ${8|true,false|}",
244244
"}"

0 commit comments

Comments
 (0)