1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Remove flakiness name generator

This commit is contained in:
Adria Navarro 2024-03-19 16:46:07 +01:00
parent 7dc9e4ef3f
commit 2a100eef29

View file

@ -3,7 +3,7 @@ import { generator } from "./generator"
export function userGroup(): UserGroup {
return {
name: generator.word(),
name: generator.guid(),
icon: generator.word(),
color: generator.word(),
}