Skip to content

Commit

Permalink
Remove unneeded commas
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 17, 2023
1 parent 94e0d24 commit d3b47c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ interface ActionDefinitions {
export interface ActionDefinition {
title?: string
icon?: string
color?: string,
background?: string,
color?: string
background?: string
params?: ActionParameterMap
render?: (container: HTMLElement, params: any) => HTMLElement
}
Expand Down

0 comments on commit d3b47c0

Please sign in to comment.