Skip to content

Commit 2bbb4f0

Browse files
committed
Remove duplicated entries with distinct
1 parent a9d5838 commit 2bbb4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-common/index-query-engine.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ export class IndexQueryEngine {
491491
['bi.type =', param('css')],
492492
]),
493493
`)
494-
SELECT css_module_id, css_source
494+
SELECT DISTINCT css_module_id, css_source
495495
FROM css_deps
496496
`,
497497
];

0 commit comments

Comments
 (0)