From 88a2a506b05f73ad31ce6faf0233c083b74f0771 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 16 Sep 2019 09:39:04 +0200 Subject: [PATCH] Renamed RollResult to RollResults --- app/imports/api/properties/{RollResult.js => RollResults.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/imports/api/properties/{RollResult.js => RollResults.js} (91%) diff --git a/app/imports/api/properties/RollResult.js b/app/imports/api/properties/RollResults.js similarity index 91% rename from app/imports/api/properties/RollResult.js rename to app/imports/api/properties/RollResults.js index bb777cfe..39b67708 100644 --- a/app/imports/api/properties/RollResult.js +++ b/app/imports/api/properties/RollResults.js @@ -3,7 +3,7 @@ import AdjustmentSchema from '/imports/api/creature/subSchemas/AdjustmentSchema. import { StoredBuffWithIdSchema } from '/imports/api/properties/Buffs.js'; let RollResultSchema = new SimpleSchema ({ - // Expression of whether or not to apply buffs + // Expression of whether or not to apply comparison: { type: String, optional: true,