fix rules bugs
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ import {RuleBookResponse, RuleSetResponse} from "@/generated/mammon";
|
||||
export const activityTypes = {
|
||||
itemBought: "ITEM_BOUGHT",
|
||||
itemSold: "ITEM_SOLD",
|
||||
bountyEarned: "BOUNTY_EARNED",
|
||||
itemManufactured: "ITEM_MANUFACTURED"
|
||||
// bountyEarned: "BOUNTY_EARNED",
|
||||
// itemManufactured: "ITEM_MANUFACTURED"
|
||||
} as const;
|
||||
|
||||
export type ActivityType = typeof activityTypes[keyof typeof activityTypes];
|
||||
|
||||
Reference in New Issue
Block a user