Skip to content

Commit 7b8deb7

Browse files
committed
rename: compute.ts → transform.ts
1 parent d099d24 commit 7b8deb7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dashboard/src/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { computePage, parseIssues, parsePRs } from './compute.js';
1+
import { computePage, parseIssues, parsePRs } from './transform.js';
22
import { config } from './config.js';
33
import { fetchCIRuns, fetchIssues, fetchPRs } from './github.js';
44
import { renderPage } from './render.js';

0 commit comments

Comments
 (0)