fix(LayServer) typo
This commit is contained in:
@@ -198,11 +198,6 @@ export default class LayServer extends BaseRouter {
|
||||
SameSite: 'Strict',
|
||||
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 (
|
||||
|
||||
Reference in New Issue
Block a user