1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-11-29 22:48:28 +02:00

updating node to v16 and angular to v12

This commit is contained in:
Patrik J. Braun
2022-03-30 22:18:02 +02:00
parent 0e4063fe39
commit a2e576ec27
26 changed files with 15829 additions and 18031 deletions

View File

@@ -247,7 +247,8 @@ describe('PreviewManager', (sqlHelper: DBTestHelper) => {
const conn = await SQLConnection.getConnection();
const selectDir = async () => {
return await conn.getRepository(DirectoryEntity).findOne({id: subDir.id}, {
return await conn.getRepository(DirectoryEntity).findOne({
where: {id: subDir.id},
join: {
alias: 'dir',
leftJoinAndSelect: {preview: 'dir.preview'}