Skip to content

Commit

Permalink
fix: return value
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jun 30, 2024
1 parent eb641e1 commit d046683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api/src/routes/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const keysRoute = async (
);
}

res.send(found[0].key);
res.send(foundkey[0].key);
};

export default [bodyParser.json(), keysRoute];

0 comments on commit d046683

Please sign in to comment.