fix: not showing "void fissures" tab in navigation
This commit is contained in:
parent
b7f381ba1d
commit
379bb54f87
@ -150,6 +150,9 @@ const inventoryController: RequestHandler = async (request, response) => {
|
||||
// Fix for #380
|
||||
inventoryResponse.NextRefill = { $date: { $numberLong: "9999999999999" } };
|
||||
|
||||
// This determines if the "void fissures" tab is shown in navigation.
|
||||
inventoryResponse.HasOwnedVoidProjectionsPreviously = true;
|
||||
|
||||
response.json(inventoryResponse);
|
||||
};
|
||||
|
||||
|
@ -145,6 +145,7 @@ export interface IInventoryResponse {
|
||||
GiftsRemaining: number;
|
||||
HandlerPoints: number;
|
||||
MiscItems: IMiscItem[];
|
||||
HasOwnedVoidProjectionsPreviously?: boolean;
|
||||
ChallengesFixVersion: number;
|
||||
ChallengeProgress: IChallengeProgress[];
|
||||
RawUpgrades: IRawUpgrade[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user