chore: rc version bump

This commit is contained in:
github-actions[bot]
2025-09-18 12:56:01 +00:00
parent 170d6f2f65
commit cb2c266b2d
11 changed files with 51 additions and 9 deletions

View File

@@ -147,7 +147,6 @@ export class SupabaseTaskRepository {
taskId: string,
updates: Partial<Task>
): Promise<Task> {
// Get the current context to determine briefId
const authManager = AuthManager.getInstance();
const context = authManager.getContext();