mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 11:53:49 +00:00
refactor: add timezone data to session
This commit is contained in:
committed by
Carlos Valente
parent
50ebcf4e14
commit
4a6fbc2a92
@@ -15,7 +15,7 @@ export interface SessionStats {
|
||||
lastRequest: MaybeString;
|
||||
projectName: string;
|
||||
playback: Playback;
|
||||
timezone: number;
|
||||
timezone: string;
|
||||
}
|
||||
|
||||
export interface GetInfo {
|
||||
|
||||
Reference in New Issue
Block a user