diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-11-03 23:59:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-11-03 23:59:16 +0100 |
commit | 2992b42baedc5c2f5afeaef89c55604c45849370 (patch) | |
tree | 426bd1ab5defd415e94ee4107c2ac3d724d6cf9a | |
parent | da82759b46c20ba5d46e963227b5d40ee1140532 (diff) |
-typo
-rwxr-xr-x | src/kyclogic/taler-exchange-kyc-oauth2-challenger.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kyclogic/taler-exchange-kyc-oauth2-challenger.sh b/src/kyclogic/taler-exchange-kyc-oauth2-challenger.sh index 667dce5e7..729abc504 100755 --- a/src/kyclogic/taler-exchange-kyc-oauth2-challenger.sh +++ b/src/kyclogic/taler-exchange-kyc-oauth2-challenger.sh @@ -22,6 +22,6 @@ fi echo "$J" \ | jq \ --arg id "${ROWID}" \ - '{$id,"email":.email,"expires",.expires}' + '{$id,"email":.email,"expires":.expires}' exit 0 |