From 3cbc84f78200fb86ee3aabffec10a51b1a7c11b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Jul 2020 15:17:31 +0530 Subject: adjust TypeScript code generation --- gnu-taler-error-codes/ts.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu-taler-error-codes') diff --git a/gnu-taler-error-codes/ts.template b/gnu-taler-error-codes/ts.template index 366aafb..9baf397 100644 --- a/gnu-taler-error-codes/ts.template +++ b/gnu-taler-error-codes/ts.template @@ -5,4 +5,4 @@ * Returned with an HTTP status code of #MHD_HTTP_{{HttpStatus_Identifier}} ({{HttpStatus_Value}}). * (A value of 0 indicates that the error is generated client-side). */ - TALER_EC_{{Name}} = {{Value}}, + {{Name}} = {{Value}}, -- cgit v1.2.3