Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix(stats): output payload #18
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 5, 2020
1 parent d6d5325 commit 6dcb532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const admin = require('firebase-admin');
const db = admin.firestore();
const author = github.context.payload.sender;
const type = process.env.GITHUB_EVENT_NAME;

console.log(github.context.payload);
const docRef = db.collection('usersGitHub').doc(author.id);
await docRef.set({
...author,
Expand Down

0 comments on commit 6dcb532

Please sign in to comment.