mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
Fix upload_by_user_id parse
This commit is contained in:
parent
849ab68de2
commit
6dccbd124f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const FILE_TABLE_MEMBERS = [
|
||||||
const FILE_WELL_KNOWN_META = {
|
const FILE_WELL_KNOWN_META = {
|
||||||
// name -> *read* converter, if any
|
// name -> *read* converter, if any
|
||||||
upload_by_username : null,
|
upload_by_username : null,
|
||||||
upload_by_user_id : null,
|
upload_by_user_id : (u) => parseInt(u) || 0,
|
||||||
file_md5 : null,
|
file_md5 : null,
|
||||||
file_sha1 : null,
|
file_sha1 : null,
|
||||||
file_crc32 : null,
|
file_crc32 : null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue