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 cc3022b commit 453011d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/sync-viewer-layer-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ export const handler = withServerDefaults(async (event, _) => {

const viewerLayerId = layerData.entity.id

console.log('attempting to sync viewer layer with id', viewerLayerId)
console.log('node version: ', process.version);
console.log('attempting to sync viewer layer with id: ', viewerLayerId)

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

0 comments on commit 453011d

Please sign in to comment.