mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:50:44 -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,
|
||||
) {}
|
||||
|
||||
public processPendingPrestige(oldProfile: ISptProfile, newProfile: ISptProfile, prestige: IPendingPrestige) {
|
||||
public processPendingPrestige(oldProfile: ISptProfile, newProfile: ISptProfile, prestige: IPendingPrestige): void {
|
||||
const prePrestigePmc = oldProfile.characters.pmc;
|
||||
const sessionId = newProfile.info.id;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user