Skip to content

Commit

Permalink
set debug mode to false
Browse files Browse the repository at this point in the history
  • Loading branch information
suejinkim20 committed Aug 14, 2024
1 parent e237485 commit 0b3188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gatsby-transformer-monday/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const assemblePositionData = require('./assemble-positions')
const assembleColumnData = require('./assemble-columns')
const assembleDatesData = require('./assemble-dates')

const DEBUG = true
const DEBUG = false

async function onCreateNode({
actions,
Expand Down

0 comments on commit 0b3188b

Please sign in to comment.