Closed willgraf closed 4 years ago
The GCP test for the /upload route using multer was not using the proper await command and would occasionally fail. This PR adds await and should fix the test.
multer
await
The GCP test for the /upload route using
multer
was not using the properawait
command and would occasionally fail. This PR addsawait
and should fix the test.