We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88f286 commit cc3022bCopy full SHA for cc3022b
src/api/sync-viewer-layer-background.js
@@ -61,6 +61,8 @@ export const handler = withServerDefaults(async (event, _) => {
61
62
const viewerLayerId = layerData.entity.id
63
64
+ console.log('attempting to sync viewer layer with id', viewerLayerId)
65
+
66
const { menus } = await datocmsRequest({
67
query: viewersWithLayersQuery,
68
})
0 commit comments