Skip to content

Commit

Permalink
Pusing for format-check
Browse files Browse the repository at this point in the history
  • Loading branch information
dhipgraby committed Feb 15, 2024
1 parent a9e9212 commit e4260b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/proof-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,5 +297,5 @@ export default async (req, res) => {
res.json(result.data);
} catch (e) {
res.status(400).json({ error: e.message });
}
}
};

0 comments on commit e4260b0

Please sign in to comment.