Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 3eb62c4

Browse files
ud
1 parent ec81de3 commit 3eb62c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/commands/consent/upload-preferences/artifacts/computeFiles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { mkdirSync } from 'fs';
2-
import { join, basename } from 'path';
1+
import { mkdirSync } from 'node:fs';
2+
import { join, basename } from 'node:path';
33

44
/**
55
* Derive a "prefix" for a CSV file (basename without ".csv"),

0 commit comments

Comments
 (0)