👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2022-02-26 11:33:07 +01:00
parent 59eba8cdc5
commit 7bd8f9f56a

View file

@ -111,7 +111,7 @@ export function getColorOptions(): INodePropertyOptions[] {
].map(value => {
return {
name: value,
value: value,
value,
};
});
}