mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 20:25:26 +00:00
Removed deprecated version of @hapi/joi and replaced it with new Sideway's joi
This commit is contained in:
@@ -152,7 +152,7 @@ app.all(async function manageRequest(request, response) {
|
||||
});
|
||||
|
||||
stream.pipe(response);
|
||||
} catch(err) {
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
|
||||
response.set({
|
||||
|
||||
Reference in New Issue
Block a user