Skip to content

Commit 28f73a3

Browse files
committed
Merge branch 'release/1.2.1'
2 parents 6caface + da687b6 commit 28f73a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boring-stack",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": "true",
55
"description": "The Boring JavaScript Stack 🥱 - an opinionated project starter for fullstack JavaScript",
66
"scripts": {

packages/inertia-sails/lib/helpers/request-context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646
refreshOnceProps: [], // Props to force-refresh for this request
4747
rootView: null // Request-scoped root view template
4848
}
49-
return requestContext.run(context, callback)
49+
return requestContext.run(context, () => callback())
5050
},
5151

5252
/**

packages/inertia-sails/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inertia-sails",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "The Sails adapter for Inertia.",
55
"main": "index.js",
66
"sails": {

0 commit comments

Comments
 (0)