diff --git a/package.json b/package.json index 64b1d27..4fa66dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bodyshop-media-server", - "version": "1.0.14", + "version": "1.0.15", "license": "UNLICENSED", "engines": { "node": ">=18.0.0" diff --git a/server.ts b/server.ts index 1a88b99..7fcd360 100644 --- a/server.ts +++ b/server.ts @@ -1,4 +1,3 @@ -import "source-map-support/register"; import bodyParser from "body-parser"; import compression from "compression"; import cors from "cors"; diff --git a/test-sourcemap.js b/test-sourcemap.js index 94dd8b9..cbe8c4a 100644 --- a/test-sourcemap.js +++ b/test-sourcemap.js @@ -1,6 +1,3 @@ -// Simple test to verify source maps are working -import "source-map-support/register"; - console.log("Testing source map support..."); function testError() { diff --git a/util/dailyS3Scheduler.ts b/util/dailyS3Scheduler.ts index 20cdddb..31b9abb 100644 --- a/util/dailyS3Scheduler.ts +++ b/util/dailyS3Scheduler.ts @@ -43,7 +43,7 @@ export class DailyS3Scheduler { } ); - logger.info(`Daily S3 sync scheduler started. Will run at midnight PST/PDT.`); + logger.info(`Daily scheduler started. Will run at midnight PST/PDT.`); logger.info(`Next sync scheduled for: ${this.getNextRunTime()}`); }