Skip to content

Commit 0197d7e

Browse files
committed
Fix code comment
1 parent 9bb1bb8 commit 0197d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/presenters/v3/RunListPresenter.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class RunListPresenter extends BasePresenter {
152152

153153
const periodMs = period ? parse(period) : undefined;
154154

155-
//get the runs with tags, there will be multiple rows for each run if it has multiple tags
155+
//get the runs
156156
const runs = await this._replica.$queryRaw<
157157
{
158158
id: string;

0 commit comments

Comments
 (0)