fixed typo

This commit is contained in:
Shahan Nedadahandeh 2022-06-14 01:55:31 -04:00
parent d8d6178ea2
commit d09fe277e3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if(!process.env.authToken){
}
app.get('/cscclassprofilestaging', async (req, res) => {
console.log("Recieved build request", req);
console.log("Received build request", req);
const buildId = req.query.ref;
const name = `${buildId}-csc-class-profile-staging`