Skip to content

Commit 7ba5f55

Browse files
committed
debug on prod
1 parent 2c1d268 commit 7ba5f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interactions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ export async function handleInteraction(interaction: Interaction) {
474474
fetch(`https://api.steampowered.com/IFamilyGroupsService/GetSharedLibraryApps/v1/?access_token=${access_token}&family_groupid=${family_group_id}`)
475475
.then(res => res.json())
476476
.then(data => {
477+
console.log(data);
477478
if (data.response && data.response.apps) {
478479
const owners = (data.reponse.apps as {owner_steamids: string[]}[]).map((app) => app.owner_steamids).reduce((prev,curr) => {
479480
curr.forEach(id => {

0 commit comments

Comments
 (0)