Type Checking
This commit is contained in:
parent
4da665efd4
commit
7ed30ff720
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "datasquirel",
|
||||
"version": "1.2.6",
|
||||
"version": "1.2.7",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -41,6 +41,7 @@ module.exports = function ({ request }) {
|
||||
/** @type {string[]} */
|
||||
const cookieSplitArray = cookieString.split(";");
|
||||
|
||||
/** @type {*} */
|
||||
let cookieObject = {};
|
||||
|
||||
cookieSplitArray.forEach((keyValueString) => {
|
||||
|
Loading…
Reference in New Issue
Block a user