Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
[REFACTOR]: refactor function smee in index.js to make it more dynami…
Browse files Browse the repository at this point in the history
…c Signed-off-by: Adeyinka Oresanya [email protected]
  • Loading branch information
adeyinkaoresanya committed Oct 2, 2023
1 parent d0be5d9 commit 4d973aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (process.env.NODE_ENV === "development") {
const SmeeClient = require("smee-client");

const smee = new SmeeClient({
source: process.env.source,
source: process.env.smee_URL,
target: `http://localhost:${process.env.PORT}`,
logger: console,
});
Expand Down

0 comments on commit 4d973aa

Please sign in to comment.