mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-27 07:31:43 +01:00
fix: types
This commit is contained in:
@@ -183,7 +183,7 @@
|
||||
return route(`/qrcode`, { data: encodeURIComponent(data) });
|
||||
}
|
||||
|
||||
function getItem(n: number, item: { value: { name: string; location: string } } | null): LabelData {
|
||||
function getItem(n: number, item: { name: string; location: { name: string } } | null): LabelData {
|
||||
// format n into - seperated string with leading zeros
|
||||
|
||||
const assetID = fmtAssetID(n);
|
||||
|
||||
Reference in New Issue
Block a user