remove unused variable

This commit is contained in:
Hayden 2023-03-23 10:20:35 -08:00
parent 9015034387
commit 29f8d47369
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -158,8 +158,6 @@
location: string;
};
const api = useUserApi();
function fmtAssetID(aid: number | string) {
aid = aid.toString();