Found a mistyped header

This commit is contained in:
2021-03-11 00:41:24 +11:00
parent 7bbd6bbcf1
commit cbd3ed9d3e
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const route = async (req, res) => {
//respond with the private-facing data
res.status(200).json({
contact: await account.contact
contact: account.contact
});
};