Skip to content

Commit d6d7a34

Browse files
Kapuzenjoearbron
andcommitted
Apply suggestions from code review
Co-authored-by: Jeff Hitchcock <github444@command-center.org>
1 parent 9583e6e commit d6d7a34

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

module/applications/activity/teleport-sheet.mjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ export default class TeleportSheet extends ActivitySheet {
3434

3535
/* -------------------------------------------- */
3636

37-
/**
38-
* Prepare the tab information for the sheet.
39-
* @returns {Record<string, Partial<ApplicationTab>>}
40-
* @protected
41-
*/
37+
/** @inheritDoc */
4238
_getTabs() {
4339
const tabs = super._getTabs();
4440
tabs.effect.label = "DND5E.TELEPORT.SECTIONS.Teleport";

module/data/activity/teleport-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { prepareFormulaValue } from "../../utils.mjs";
1+
import { defaultUnits, prepareFormulaValue } from "../../utils.mjs";
22
import FormulaField from "../fields/formula-field.mjs";
33
import BaseActivityData from "./base-activity.mjs";
44

0 commit comments

Comments
 (0)