mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 12:23:33 -06:00
fix: implement i64 serialization for JavaScript compatibility, fixing avatar URL display
This commit is contained in:
@@ -6,7 +6,7 @@ import { Shield, ShieldOff } from "@lucide/svelte";
|
||||
|
||||
let users = $state<User[]>([]);
|
||||
let error = $state<string | null>(null);
|
||||
let updating = $state<bigint | null>(null);
|
||||
let updating = $state<string | null>(null);
|
||||
|
||||
onMount(async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user