Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

ACTECH-91 #10

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

ACTECH-91 #10

wants to merge 3 commits into from

Conversation

Genyus
Copy link
Contributor

@Genyus Genyus commented Mar 26, 2023

Removes Mongoose dependency

Genyus added 2 commits March 26, 2023 17:49
- Adds error handling to API
- Improves instructions
@Genyus Genyus requested a review from tanyapowell March 26, 2023 17:53
})
.catch((err) => {
console.error("Error: ", err);
});
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing empty line at the end of this file

error: false,
profile,
});
} catch (e) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this be updated to be error instead of e? Will help reinforce that we mean error and not something else such as event

@tanyapowell
Copy link
Contributor

Are these the same changes as those in the solutions org?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants