Skip to content

Commit

Permalink
unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic committed Apr 28, 2021
1 parent 338309b commit b9df9a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export function normalizeLabels(config: ConfigObject): ILabelDefinition[] {
}

const userLabels: ILabelDefinition[] = config.labels.map(normalizeLabel);

const baseLabels = defaultLabels.filter(
(d) =>
!userLabels.some(
Expand Down

0 comments on commit b9df9a3

Please sign in to comment.