gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix type


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix type
Date: Mon, 10 May 2021 15:32:52 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 477b1399 fix type
477b1399 is described below

commit 477b1399ca6a47ecb219ad212271ad4857804a0c
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon May 10 15:32:50 2021 +0200

    fix type
---
 packages/taler-wallet-cli/src/assets.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/src/assets.ts 
b/packages/taler-wallet-cli/src/assets.ts
index 465ee7e8..6408e6ae 100644
--- a/packages/taler-wallet-cli/src/assets.ts
+++ b/packages/taler-wallet-cli/src/assets.ts
@@ -26,7 +26,7 @@ import fs from "fs";
  * The asset file should be placed in the "assets" directory
  * at the top level of the package (i.e. next to package.json).
  */
-export function resolveAsset(name: string): string | null {
+export function resolveAsset(name: string): string {
   const n = __filename;
   const d = __dirname;
   let assetPath: string;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]