chore: fix pre-release CI (#1213)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -65,7 +65,7 @@ export class SupabaseTaskRepository {
|
||||
.from('tasks')
|
||||
.select('*')
|
||||
.eq('account_id', accountId)
|
||||
.eq('id', taskId)
|
||||
.ilike('display_id', taskId)
|
||||
.single();
|
||||
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user