feat: leave alliance/kick alliance members #1459

Merged
Sainan merged 2 commits from alliance-kick into main 2025-04-04 15:18:11 -07:00
Showing only changes of commit d25368d8b3 - Show all commits

View File

@ -29,6 +29,7 @@ import { getRandomInt } from "./rngService";
import { Inbox } from "../models/inboxModel";
import { IFusionTreasure, ITypeCount } from "../types/inventoryTypes/inventoryTypes";
import { IInventoryChanges } from "../types/purchaseTypes";
import { parallelForeach } from "../utils/async-utils";
export const getGuildForRequest = async (req: Request): Promise<TGuildDatabaseDocument> => {
const accountId = await getAccountIdForRequest(req);