Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Jul 31, 2024
1 parent 0a345f2 commit 402d418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/sync-viewer-layer-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export const handler = withServerDefaults(async (event, _) => {

const viewerLayerId = layerData.entity.id

console.log('viewerLayerId: ', viewerLayerId)

const { menus } = await datocmsRequest({
query: viewersWithLayersQuery,
})
Expand Down

0 comments on commit 402d418

Please sign in to comment.