gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: typo


From: gnunet
Subject: [taler-bank] branch master updated: typo
Date: Thu, 19 Dec 2019 20:18:53 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 469c310  typo
469c310 is described below

commit 469c3109e5d6aa106e512dddf621af17c6fded3c
Author: Florian Dold <address@hidden>
AuthorDate: Thu Dec 19 20:18:51 2019 +0100

    typo
---
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index b7b8044..4dfab7a 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -754,7 +754,7 @@ def build_history_response(qs, cancelled, user_account):
                 sign=sign_,
                 wt_subject=entry.subject,
                 row_id=entry.id,
-                data=dict(t_ms=int(entry.date.timestamp())*1000)
+                date=dict(t_ms=int(entry.date.timestamp())*1000)
             )
         )
     return history

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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