refactor(server): move asset upload job to domain (#1434)

* refactor: move to domain

* refactor: rename method

* Update comments

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
Jason Rasmussen
2023-01-28 00:57:37 -05:00
committed by GitHub
parent 5aee5c0fb8
commit 42a3149fe3
7 changed files with 116 additions and 43 deletions

View File

@@ -1,3 +1,4 @@
export * from './interfaces';
export * from './job.constants';
export * from './job.repository';
export * from './job.service';