fix build
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build (18) (push) Successful in 44s
				
			
		
			
				
	
				Build / build (20) (push) Successful in 48s
				
			
		
			
				
	
				Build / build (22) (push) Successful in 1m5s
				
			
		
			
				
	
				Build / build (20) (pull_request) Successful in 1m18s
				
			
		
			
				
	
				Build / build (18) (pull_request) Successful in 1m22s
				
			
		
			
				
	
				Build / build (22) (pull_request) Successful in 52s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build (18) (push) Successful in 44s
				
			Build / build (20) (push) Successful in 48s
				
			Build / build (22) (push) Successful in 1m5s
				
			Build / build (20) (pull_request) Successful in 1m18s
				
			Build / build (18) (pull_request) Successful in 1m22s
				
			Build / build (22) (pull_request) Successful in 52s
				
			This commit is contained in:
		
							parent
							
								
									ef9dab75f9
								
							
						
					
					
						commit
						6f8cf74add
					
				@ -33,7 +33,6 @@ import {
 | 
				
			|||||||
    IRegion
 | 
					    IRegion
 | 
				
			||||||
} from "warframe-public-export-plus";
 | 
					} from "warframe-public-export-plus";
 | 
				
			||||||
import questCompletionItems from "@/static/fixed_responses/questCompletionRewards.json";
 | 
					import questCompletionItems from "@/static/fixed_responses/questCompletionRewards.json";
 | 
				
			||||||
import { IMessageDatabase } from "@/src/models/inboxModel";
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
export type WeaponTypeInternal =
 | 
					export type WeaponTypeInternal =
 | 
				
			||||||
    | "LongGuns"
 | 
					    | "LongGuns"
 | 
				
			||||||
 | 
				
			|||||||
@ -50,8 +50,7 @@ export const updateQuestStage = (
 | 
				
			|||||||
        throw new Error(`Progress should always exist when giving keychain triggered items or messages`);
 | 
					        throw new Error(`Progress should always exist when giving keychain triggered items or messages`);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    let questStage = quest.Progress[ChainStage];
 | 
					    const questStage = quest.Progress[ChainStage];
 | 
				
			||||||
    console.log("questStage", questStage);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (!questStage) {
 | 
					    if (!questStage) {
 | 
				
			||||||
        const questStageIndex = quest.Progress.push(questStageUpdate) - 1;
 | 
					        const questStageIndex = quest.Progress.push(questStageUpdate) - 1;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user