1
1
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:
David McDonald 2022-11-29 20:16:59 -06:00
parent d0b76cae23
commit 1e1fc551eb

View File

@ -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