fix(ci): trying to get gpg to work
Some checks failed
🚀 Lint & Test & Deploy / release (push) Failing after 3m22s

This commit is contained in:
2026-02-13 02:25:11 +01:00
parent dd5fd5bf17
commit cc6b832f15
2 changed files with 13 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ export class ColorGenerator {
const newColor = this.generateNewColor();
this.colors.set(id, newColor);
console.log(id, newColor);
return this.colorToHsl(newColor);
}