Skip to content

Commit b184010

Browse files
author
grasshousedev
committed
Change API field name
1 parent ab3150b commit b184010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function updateApiLumens() {
7070
lumens.distributionNonprofitProgram(),
7171
]).then(function(data) {
7272
var response = {
73-
time: new Date(),
73+
updatedAt: new Date(),
7474
totalCoins: data[0],
7575
availableCoins: data[1],
7676
distributedCoins: data[2],

0 commit comments

Comments
 (0)