fix typo
This commit is contained in:
parent
f27a85735d
commit
c17a9392cb
@ -1569,7 +1569,7 @@ export enum TalerErrorCode {
|
|||||||
* Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0).
|
* Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0).
|
||||||
* (A value of 0 indicates that the error is generated client-side).
|
* (A value of 0 indicates that the error is generated client-side).
|
||||||
*/
|
*/
|
||||||
WALLET_CORE_API_EXCHANGE_GENERIC_OPERATION_UNKNOWN = 7007,
|
WALLET_CORE_API_OPERATION_UNKNOWN = 7007,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The given taler://pay URI is invalid.
|
* The given taler://pay URI is invalid.
|
||||||
|
@ -233,7 +233,7 @@ importers:
|
|||||||
taler-wallet-core: 'workspace:*'
|
taler-wallet-core: 'workspace:*'
|
||||||
tslib: ^2.0.1
|
tslib: ^2.0.1
|
||||||
typescript: ^3.9.7
|
typescript: ^3.9.7
|
||||||
lockfileVersion: 5.2
|
lockfileVersion: 5.1
|
||||||
packages:
|
packages:
|
||||||
/@ava/typescript/1.1.1:
|
/@ava/typescript/1.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user