fix(sessions): update changed share URLs (#1184)
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com>
This commit is contained in:
committed by
GitHub
co-authored by
Isaac Sanchez
parent
e50a484633
commit
bb5a6fb83b
@@ -76,7 +76,7 @@ const getSessionSignature = (session: Session): string => {
|
||||
session.time?.created ?? 0,
|
||||
session.time?.updated ?? 0,
|
||||
session.time?.archived ?? 0,
|
||||
session.share ? 1 : 0,
|
||||
session.share?.url ?? '',
|
||||
resolveGlobalSessionDirectory(session) ?? '',
|
||||
].join(':');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user