dev@locazia: fix misprint
This commit is contained in:
parent
bba56f4b9d
commit
3acfda2853
|
|
@ -55,7 +55,7 @@ async def s_api_v1_storage_post(request):
|
||||||
|
|
||||||
new_content = StoredContent(
|
new_content = StoredContent(
|
||||||
type="local/content_bin",
|
type="local/content_bin",
|
||||||
user_id=request.ctx.user.id,
|
user_id=request.ctx.user.id if request.ctx.user else None,
|
||||||
hash=file_hash,
|
hash=file_hash,
|
||||||
filename=file_name,
|
filename=file_name,
|
||||||
meta=file_meta,
|
meta=file_meta,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue