Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Partially Resolves #19
Browse files Browse the repository at this point in the history
  • Loading branch information
corrie-sloot authored and MantisClone committed Nov 9, 2022
1 parent d4b1dcd commit c79a643
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/controllers/quote.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,6 @@ exports.getLink = async (req, res) => {
};

exports.getStatus = async (req, res) => {


if(!req.query || !req.query.quoteId) {
res.status(400).send({
message: "Error, quoteId required."
Expand Down
1 change: 0 additions & 1 deletion app/controllers/upload.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ exports.upload = async (req, res) => {
// TODO: Unwrap WETH to ETH

// Fund our EOA's Bundlr Account

// TODO: Check the balance first
>>>>>>> 03f4b2f (Partially Resolves #19)
try {
Expand Down

0 comments on commit c79a643

Please sign in to comment.