Skip to content

Commit ec5f73e

Browse files
committed
Debug
1 parent c50cf64 commit ec5f73e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/gulp/tasks/payload.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,7 @@ async function getLastPayloadResults(database: admin.database.Database) {
137137
// first value of the object will be returned because the SHA is unnecessary.
138138
const results = snapshot.val();
139139

140+
console.log(results);
141+
140142
return results.length ? results[Object.keys(results)[0]] : null;
141143
}

0 commit comments

Comments
 (0)