Skip to content

Commit dc6ee81

Browse files
committed
Add TODO: fix scenario where user puts a key string (like "in":)
1 parent 4455c02 commit dc6ee81

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
stack(
2-
'brief',
3-
{
4-
'in': ['this is an example', 'this is an example']
5-
}
6-
);
2+
'brief',
3+
{
4+
'in': ['this is an example', 'this is an example']
5+
}
6+
);
7+
8+
// TODO: allow the usage of in a string, but for now incentiviwe people to use in: ['this is an example', 'this is an example']

0 commit comments

Comments
 (0)