Skip to content

Commit

Permalink
Solve linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed Feb 23, 2024
1 parent b5928e7 commit c9945ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { existsSync } from 'fs-extra';
import { promises as fPromises } from 'fs';
import { v4 as uuidv4 } from 'uuid';


const { readFile, writeFile } = fPromises;

class DiscardSink implements Sink {
Expand Down

0 comments on commit c9945ee

Please sign in to comment.