remove SuitToUnbrand from inventory response
All checks were successful
Build / build (20) (push) Successful in 37s
Build / build (18) (push) Successful in 1m14s
Build / build (18) (pull_request) Successful in 40s
Build / build (22) (push) Successful in 1m18s
Build / build (20) (pull_request) Successful in 1m12s
Build / build (22) (pull_request) Successful in 36s
All checks were successful
Build / build (20) (push) Successful in 37s
Build / build (18) (push) Successful in 1m14s
Build / build (18) (pull_request) Successful in 40s
Build / build (22) (push) Successful in 1m18s
Build / build (20) (pull_request) Successful in 1m12s
Build / build (22) (pull_request) Successful in 36s
This commit is contained in:
parent
b8e1038d35
commit
872b4e0d0d
@ -921,6 +921,7 @@ pendingRecipeSchema.set("toJSON", {
|
||||
delete returnedObject.LongGuns;
|
||||
delete returnedObject.Pistols;
|
||||
delete returnedObject.Melees;
|
||||
delete returnedObject.SuitToUnbrand;
|
||||
(returnedObject as IPendingRecipeClient).CompletionDate = {
|
||||
$date: { $numberLong: (returnedObject as IPendingRecipeDatabase).CompletionDate.getTime().toString() }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user