fix(ci): trying to get gpg to work
Some checks failed
🚀 Lint & Test & Deploy / release (push) Failing after 3m22s
Some checks failed
🚀 Lint & Test & Deploy / release (push) Failing after 3m22s
This commit is contained in:
@@ -17,7 +17,6 @@ export class ColorGenerator {
|
||||
|
||||
const newColor = this.generateNewColor();
|
||||
this.colors.set(id, newColor);
|
||||
console.log(id, newColor);
|
||||
return this.colorToHsl(newColor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user