adjusted ordering of sequence to complete
This commit is contained in:
@@ -186,8 +186,8 @@ export default async function handler(req, res) {
|
||||
blobProgress.pinswg_name
|
||||
).then((data) => {
|
||||
console.log(
|
||||
"///////////////////////////////////\nfile created: " + data,
|
||||
`/files/${blobProgress.pinswg_name}.pdf`,
|
||||
"///////////////////////////////////\nfile created: " +
|
||||
`/files/${blobProgress.pinswg_name}.pdf`,
|
||||
"\n/////////////////////////"
|
||||
);
|
||||
return res.status(200).json({
|
||||
|
||||
Reference in New Issue
Block a user