You've already forked pigallery2
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:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user