mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(server): rename domain repositories -> interfaces (#8147)
rename domain repositories
This commit is contained in:
parent
44ed1f0919
commit
b588a87d4a
155 changed files with 385 additions and 390 deletions
|
|
@ -4,7 +4,7 @@ import { QueueOptions } from 'bullmq';
|
|||
import { RedisOptions } from 'ioredis';
|
||||
import Joi from 'joi';
|
||||
import { LogLevel } from 'src/entities/system-config.entity';
|
||||
import { QueueName } from 'src/interfaces/job.repository';
|
||||
import { QueueName } from 'src/interfaces/job.interface';
|
||||
|
||||
const WHEN_DB_URL_SET = Joi.when('DB_URL', {
|
||||
is: Joi.exist(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue