Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Diana Barsan <barsan@medic.org>
  • Loading branch information
dianabarsan committed Dec 16, 2024
1 parent acecaf5 commit 67ad961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/set-default-contact/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable no-console */
console.log(` Using COUCH_URL env var: ${process.env.COUCH_URL}\n`);
const url = new URL(process.env.COUCH_URL);

const compileUrl = path => {
try {

0 comments on commit 67ad961

Please sign in to comment.