mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 06:50:43 -05:00
Add return type
This commit is contained in:
parent
89fd1c95a7
commit
4920244c6f
@ -24,7 +24,7 @@ export class PrestigeHelper {
|
|||||||
@inject("RewardHelper") protected rewardHelper: RewardHelper,
|
@inject("RewardHelper") protected rewardHelper: RewardHelper,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
public processPendingPrestige(oldProfile: ISptProfile, newProfile: ISptProfile, prestige: IPendingPrestige) {
|
public processPendingPrestige(oldProfile: ISptProfile, newProfile: ISptProfile, prestige: IPendingPrestige): void {
|
||||||
const prePrestigePmc = oldProfile.characters.pmc;
|
const prePrestigePmc = oldProfile.characters.pmc;
|
||||||
const sessionId = newProfile.info.id;
|
const sessionId = newProfile.info.id;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user