(feat:fs_abstract) attachment uploads

This commit is contained in:
ManishMadan2882
2025-04-17 02:35:45 +05:30
parent 377e33c148
commit 0a0e16547e
3 changed files with 63 additions and 63 deletions

View File

@@ -23,8 +23,8 @@ def schedule_syncs(self, frequency):
@celery.task(bind=True)
def store_attachment(self, directory, saved_files, user):
resp = attachment_worker(self, directory, saved_files, user)
def store_attachment(self, file_info, user):
resp = attachment_worker(self, file_info, user)
return resp