1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 00:45:27 +02:00

fix(backend): fix flaky e2e test on recursive drive folder check (#17311)

This commit is contained in:
かっこかり
2026-04-15 11:38:38 +09:00
committed by GitHub
parent d7ceaa9c88
commit a5b1f839ac

View File

@@ -119,7 +119,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
}
// Update
this.driveFoldersRepository.update(folder.id, {
await this.driveFoldersRepository.update(folder.id, {
name: folder.name,
parentId: folder.parentId,
});