refactor: replace client deletion with user detachment and update client schema to support optional user association
This commit is contained in:
@@ -2,7 +2,7 @@ import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
export default function getAvatar(
|
||||
userId: string,
|
||||
userId: string | null | undefined,
|
||||
avatar: string | null | undefined,
|
||||
fallback: string
|
||||
): string {
|
||||
|
||||
Reference in New Issue
Block a user