mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Removed cookie dependencies
Removed module import and dependency on the 'cookie' library; it's not used anymore
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
// Use seperate scope to prevent global scope pollution
|
||||
(function () {
|
||||
const cookie = require("cookie");
|
||||
var config = {};
|
||||
|
||||
// Helper function to get server address/hostname from either the commandline or env
|
||||
|
Reference in New Issue
Block a user