Fixing id_random vs id for links and other things. Fixed the hash SHA256 error.
This commit is contained in:
@@ -650,6 +650,8 @@ export async function process_ae_obj__archive_content_props({
|
||||
obj.tmp_sort_3 = `${obj.original_datetime ?? ''}_${obj.group ?? ''}_${
|
||||
obj.priority ? '1' : '0'}_${obj.sort?.toString().padStart(3, '0') ?? ''}`;
|
||||
|
||||
obj.hash_sha256 = obj.hosted_file_hash_sha256;
|
||||
|
||||
return obj;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user