Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
JettTech committed Feb 3, 2024
1 parent e624548 commit 7608ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/servicelogApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export async function hAppStats(payload, signature, pubkey, environment, service

export async function allHappStats(payload, signature, pubkey, environment, serviceLogPort) {
try {
console.log('PAYLOAD that was signed: ', payload)
const happIds = JSON.parse(payload.payload.happ_ids)
const result = await serviceLogApiCall({
params: { happ_ids: happIds, days: payload.payload.days },
Expand Down

0 comments on commit 7608ef7

Please sign in to comment.