Skip to content

Commit

Permalink
fix: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Nov 2, 2021
1 parent 58efacb commit aae83f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/backend/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ function validateArray(value: string, previous: Array<string>): Array<string> {
return array;
}

interface ParseOptions {
from: 'node' | 'electron' | 'user';
}

class Config extends Command {
constructor() {
super('prereview');
Expand Down

0 comments on commit aae83f7

Please sign in to comment.