mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 16:16:46 +08:00
refactor(server): make redis required module (#9121)
This commit is contained in:
@@ -555,7 +555,7 @@ export class SubscriptionService implements OnApplicationBootstrap {
|
||||
return;
|
||||
}
|
||||
|
||||
await using lock = await this.mutex.lock('init stripe prices');
|
||||
await using lock = await this.mutex.acquire('init stripe prices');
|
||||
|
||||
if (!lock) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user