taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 00500ebc644a20c16c0eabb71e87406f4aa73293
parent cb4c2af154376d72d1d042724462c6979558bb99
Author: Florian Dold <florian@dold.me>
Date:   Mon,  5 May 2025 21:26:02 +0200

-syntax

Diffstat:
Mcore/api-challenger.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-challenger.rst b/core/api-challenger.rst @@ -189,7 +189,7 @@ Setup // Optional, additional fields to pre-populate // the address to be validated. // The fields depend on the challenger type. - { [x: string]: any }; + [x: string]: any; }