Skip to content

Commit ba5f36f

Browse files
committed
loopback#context: fix missing "g" symbol
1 parent 01a9fa2 commit ba5f36f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/middleware/context.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55

6+
var g = require('strong-globalize')();
7+
68
module.exports = function() {
79
throw new Error(g.f(
810
'%s middleware was removed in version 3.0. See %s for more details.',

0 commit comments

Comments
 (0)