Skip to content

Commit 50e3e7b

Browse files
alvaganteCopilot
andauthored
Update backend/src/database/ExecutionRepository.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Alessandro Franceschi <al@example42.com>
1 parent 59e2317 commit 50e3e7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/database/ExecutionRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export interface StatusCounts {
115115
}
116116

117117
/**
118-
* Repository for managing execution records in SQLite
118+
* Repository for managing execution records in the configured database adapter
119119
*/
120120
export class ExecutionRepository {
121121
private db: DatabaseAdapter;

0 commit comments

Comments
 (0)