From d09fe277e3c0c67383217df639c1ec9ccad52b3f Mon Sep 17 00:00:00 2001 From: Shahan Nedadahandeh Date: Tue, 14 Jun 2022 01:55:31 -0400 Subject: [PATCH] fixed typo --- csccp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csccp.js b/csccp.js index 417b44d..9249ef7 100644 --- a/csccp.js +++ b/csccp.js @@ -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`