mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-09 01:04:23 +01:00
mutiny+
This commit is contained in:
@@ -14,7 +14,6 @@ export async function generateGradient(str: string) {
|
||||
}
|
||||
|
||||
export async function gradientsPerContact(contacts: Contact[]) {
|
||||
console.log(contacts);
|
||||
const gradients = new Map();
|
||||
for (const contact of contacts) {
|
||||
const gradient = await generateGradient(contact.name);
|
||||
|
||||
Reference in New Issue
Block a user