From 8449bae9368b9805e2d25ec1b13d522ddf1d60ce Mon Sep 17 00:00:00 2001 From: dd060606 Date: Sun, 8 Dec 2024 14:48:06 +0100 Subject: [PATCH] fix: export session type --- src/api/Session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/Session.ts b/src/api/Session.ts index 9943878..4ed1072 100644 --- a/src/api/Session.ts +++ b/src/api/Session.ts @@ -3,7 +3,7 @@ import PlanningApi from "./PlanningApi"; import { getJSFFormParams, getViewState } from "../utils/AurionUtils"; import NotesApi from "./NotesApi"; -class Session { +export class Session { private client: AxiosInstance; //Permet de sauvegarder le ViewState et le subMenuId pour les rĂ©utiliser dans les prochaines requĂȘtes (optimisation)