diff --git a/luckydiamond/src/assets/js/authentication/LoggingMiddleware.js b/luckydiamond/src/assets/js/authentication/LoggingMiddleware.js index 88a54a1..bc37d0f 100644 --- a/luckydiamond/src/assets/js/authentication/LoggingMiddleware.js +++ b/luckydiamond/src/assets/js/authentication/LoggingMiddleware.js @@ -6,5 +6,5 @@ export function const code = parts[parts.length - 1]; - return code; + return code }