Skip to content

Commit 8c47db5

Browse files
committed
Lint fix
1 parent 00075f7 commit 8c47db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/npcs/lumbridge/bob.plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const bobHook: NpcInteractionActionHook = {
88
npcs: 'rs:lumbridge_bob',
99
options: 'trade',
1010
walkTo: true,
11-
handler: ({ player }) => findShop('rs:lumbridge_bobs_axes')?.open(player);
11+
handler: ({ player }) => findShop('rs:lumbridge_bobs_axes')?.open(player)
1212
};
1313

1414
const bobPlugin: ContentPlugin = {

0 commit comments

Comments
 (0)