mirror of
https://github.com/wader/fq.git
synced 2024-12-23 13:22:58 +03:00
fixed one more snake_case letter
This commit is contained in:
parent
d0b76cae23
commit
1e1fc551eb
@ -1,6 +1,6 @@
|
||||
def _apple_bookmark_torepr:
|
||||
def _f:
|
||||
( if .type == "String" then .data | tovalue
|
||||
( if .type == "string" then .data | tovalue
|
||||
elif .type == "data" then .data | tovalue
|
||||
elif .type == "byte" then .data | tovalue
|
||||
elif .type == "short" then .data | tovalue
|
||||
|
Loading…
Reference in New Issue
Block a user