fix snap filesize

This commit is contained in:
yggverse 2024-03-21 15:30:28 +02:00
parent 1b12153183
commit 573d249e1f

View File

@ -124,8 +124,8 @@ if ($config->snap->storage->local->enabled)
'size' => filesize(
sprintf(
'%s/%s',
$prefix,
$filepath
$directory,
$filename
)
),
];