Compare commits

..

2 Commits

Author SHA1 Message Date
renovate c830a321b4 chore(deps): pin node.js
continuous-integration/drone/pr Build is pending Details
2024-01-15 18:28:54 +00:00
kolaente 5e991f3024
fix: lint
continuous-integration/drone/push Build is passing Details
2024-01-15 16:21:00 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -532,6 +532,6 @@ steps:
src/i18n/lang/en.json: en.json
---
kind: signature
hmac: a044c7c4db3c2a11299d4d118397e9d25be36db241723a1bbd0a2f9cc90ffdac
hmac: c755a046a47f0b8a799a81a0c686cc4e7734938298c22b47a24e268aec3cf908
...

View File

@ -5,7 +5,6 @@ import type {ILabel} from '@/modelTypes/ILabel'
import type {IUser} from '@/modelTypes/IUser'
import {colorIsDark} from '@/helpers/color/colorIsDark'
import {getRandomColorHex} from '@/helpers/color/randomColor'
export default class LabelModel extends AbstractModel<ILabel> implements ILabel {
id = 0