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