refactor: migrate some e2e to medium (#17640)

This commit is contained in:
Jason Rasmussen
2025-04-16 14:59:08 -04:00
committed by GitHub
parent f50e5d006c
commit 8cefa0b84b
20 changed files with 547 additions and 115 deletions

View File

@@ -1,3 +1,4 @@
import { Injectable } from '@nestjs/common';
import { Kysely, sql } from 'kysely';
import { InjectKysely } from 'nestjs-kysely';
import { DB } from 'src/db';
@@ -418,6 +419,7 @@ class TagAccess {
}
}
@Injectable()
export class AccessRepository {
activity: ActivityAccess;
album: AlbumAccess;