Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove variableLenArguments from help
  • Loading branch information
JanCaha authored and nyalldawson committed May 20, 2020
1 parent 988ac20 commit 0b26024
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion resources/function_help/json/from_base64
Expand Up @@ -3,7 +3,6 @@
"name": "from_base64",
"type": "function",
"description": "Decodes a provided string in Base64 into readable string.",
"variableLenArguments": false,
"arguments": [
{"arg":"string", "description": "the string to decode"}],
"examples": [ { "expression":"from_base64('UUdJUw==')", "returns":"'QGIS'"}
Expand Down
1 change: 0 additions & 1 deletion resources/function_help/json/to_base64
Expand Up @@ -3,7 +3,6 @@
"name": "to_base64",
"type": "function",
"description": "Encodes a provided string using Base64.",
"variableLenArguments": false,
"arguments": [
{"arg":"string", "description": "the string to encode"}],
"examples": [ { "expression":"to_base64('QGIS')", "returns":"'UUdJUw=='"}
Expand Down

0 comments on commit 0b26024

Please sign in to comment.