mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 20:49:06 +01:00
Fix English grammatical error
This commit is contained in:
parent
3f73cf36f4
commit
64245f025a
@ -76,7 +76,7 @@ module.exports = (params, user) =>
|
|||||||
return rej('parent-folder-not-found');
|
return rej('parent-folder-not-found');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if the circular reference will be occured
|
// Check if the circular reference will occur
|
||||||
async function checkCircle(folderId) {
|
async function checkCircle(folderId) {
|
||||||
// Fetch folder
|
// Fetch folder
|
||||||
const folder2 = await DriveFolder.findOne({
|
const folder2 = await DriveFolder.findOne({
|
||||||
|
Loading…
Reference in New Issue
Block a user