Skip to content

Commit

Permalink
fix broken message template
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Jan 13, 2024
1 parent 44b5235 commit 1adc561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fileimport-service/ifc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async function parseAndCreateCommit({
const userToken = process.env.USER_TOKEN

const serverBaseUrl = process.env.SPECKLE_SERVER_URL || 'http://127.0.0.1:3000'
logger.info('Creating commit for object ({objectId}), with message "{message}"')
logger.info(`Creating commit for object ({objectId}), with message "${message}"`)
const response = await fetch(serverBaseUrl + '/graphql', {
method: 'POST',
headers: {
Expand Down

0 comments on commit 1adc561

Please sign in to comment.