Skip to content

Commit 41be6e2

Browse files
committed
chore: change default value ABCD
1 parent c211805 commit 41be6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/koshien/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ class KoshienBlocks {
600600
},
601601
OBJECTS: {
602602
type: ArgumentType.STRING,
603-
defaultValue: 'A B C D'
603+
defaultValue: 'ABCD'
604604
},
605605
RESULT: {
606606
type: ArgumentType.STRING,

0 commit comments

Comments
 (0)