mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
fixes #2151, apply secure cookie session only if using SSL (https)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import Papa from "papaparse";
|
||||
|
||||
import { Json } from "./types";
|
||||
import type { Json } from "./types";
|
||||
|
||||
export const parseCSV = async (string: string) => {
|
||||
return new Promise<Json[]>((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user