fix(LayServer) typo

This commit is contained in:
gh0sTedBuddy
2024-04-02 03:12:34 +01:00
parent e4508620d0
commit 61bc6e6d8c

View File

@@ -198,11 +198,6 @@ export default class LayServer extends BaseRouter {
SameSite: 'Strict', SameSite: 'Strict',
Secure: url.protocol.indexOf('https') >= 0 Secure: url.protocol.indexOf('https') >= 0
}); });
/**
* Retrieves the layout of the LayServer instance.
* @returns {string|undefined} - The layout of the LayServer instance, or undefined if not set.
*/
cookie.set('visits', Number(cookie.get('visits') || '') + 1);
} }
if ( if (