1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-11 08:20:04 +00:00

fix: session refactoring with Saad & Allan

This commit is contained in:
Allan Bowe
2021-11-13 14:31:09 +00:00
parent a4ac5dc280
commit cbe07b4abb
7 changed files with 98 additions and 34 deletions

View File

@@ -5,4 +5,5 @@ export interface Session {
deathTimeStamp: string
path: string
inUse: boolean
completed?: boolean
}