(sessionPath: string | null | undefined)
| 39 | } |
| 40 | |
| 41 | export function getLocalDraftProjectId(sessionPath: string | null | undefined) { |
| 42 | return getLocalDraftParts(sessionPath)?.projectId ?? null |
| 43 | } |
| 44 | |
| 45 | export function getLocalDraftChatGroupId(sessionPath: string | null | undefined) { |
| 46 | return getLocalDraftParts(sessionPath)?.chatGroupId ?? null |
no test coverage detected