4.8.18 test (#3524)

* perf: remove local token

* perf: index
This commit is contained in:
Archer
2025-01-03 16:53:45 +08:00
committed by archer
parent c0d0c629c5
commit 5465ca642f
6 changed files with 5 additions and 19 deletions

View File

@@ -92,6 +92,7 @@ OutLinkSchema.virtual('associatedApp', {
try {
OutLinkSchema.index({ shareId: -1 });
OutLinkSchema.index({ teamId: 1, tmbId: 1, appId: 1 });
} catch (error) {
console.log(error);
}