2024.11.0-yumechinokuni.7 #41
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
|||
// Check if the circular reference will occur
|
||||
const checkCircle = async (folderId: string, limit: number = 32): Promise<boolean> => {
|
||||
if (limit <= 0) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
const folder2 = await this.driveFoldersRepository.findOneByOrFail({
|
||||
id: folderId,
|
||||
|
|
Loading…
Reference in a new issue