Skip to content

Commit cbbe3b7

Browse files
committed
Bugfix: Missing { }
1 parent 601a6f8 commit cbbe3b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/raven-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Raven from 'raven'
22

3-
export default async function (app) {
3+
export default async function ({app}) {
44
if (!process.client && process.env.SENTRY_DNS_PRIVATE) {
55
// LOGGING IS ENABLED
66
console.log('SENTRY LOGGING IS ENABLED')

0 commit comments

Comments
 (0)