Skip to content

Commit 1b63ce2

Browse files
committed
Fixing linter error
1 parent cad996a commit 1b63ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/skills/construction/construction.plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const openHouse = (player: Player): void => {
7373
};
7474

7575

76-
const doorHotspot = async (objectInteraction: ObjectInteractionAction): Promise<void> => {
76+
const doorHotspot = (objectInteraction: ObjectInteractionAction): void => {
7777
const { player, object, position } = objectInteraction;
7878

7979
const customMap: ConstructedRegion = player?.metadata?.customMap;

0 commit comments

Comments
 (0)