auto-sync: 2026-05-19 15:31:34

This commit is contained in:
cfdaily
2026-05-19 15:31:34 +08:00
parent c8d8f514ff
commit 108c654897
+3
View File
@@ -18,6 +18,9 @@ export function _getProjectId(): string | null {
return _currentProjectId;
}
// Alias without underscore (OBS-37)
export const getProjectId = _getProjectId;
function projectId(): string {
if (!_currentProjectId) throw new Error('No project selected');
return _currentProjectId;