Added some comments.

This commit is contained in:
Jeremy-Z 2026-06-23 13:56:33 -04:00
parent 54b8fedb5b
commit 071a3a7b4f

View file

@ -1619,6 +1619,8 @@ export const useMainStore = defineStore({
},
async loadSession(duplicate) {
const { applicationUser, order } = this;
// NOTE: We are re-using the current user's saved session id (this is required on the load-session call).
// This should be ok, but should probably validate.
const response = await globalMethods.callHttpClient({
method: endpoints.LoadSession.method,
endpoint: endpoints.LoadSession.url,