Skip to content

Commit

Permalink
resolve merge conflict in app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alicesf2 committed Jan 12, 2021
1 parent 8cf308d commit 4bb84d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ mongoose.Promise = global.Promise;

mongoose.connection
.once('open', () => console.log('Connected to MongoLab instance.'))
<<<<<<< HEAD
.on('error', error => console.log('Error connecting to MongoLab:', error));
=======
.on('error', (error) => console.log('Error connecting to MongoLab:', error));
>>>>>>> fb18f4ef1ef0b94d66fd7f4d2a499ece34a4bfd7

app.use(helmet());
app.use(cors());
Expand Down

1 comment on commit 4bb84d0

@vercel
Copy link

@vercel vercel bot commented on 4bb84d0 Jan 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Environment Variable "BACKEND_URL" references Secret "memberdb_tool_backend_url", which does not exist.

Please sign in to comment.