Skip to content

Commit

Permalink
Fix TS warning about unused param in resume layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsherman committed Nov 21, 2024
1 parent 63cb44b commit d6dfff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layouts/resume-layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default (data: Lume.Data, helpers: Lume.Helpers) => (
export default (data: Lume.Data, _helpers: Lume.Helpers) => (
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down

0 comments on commit d6dfff9

Please sign in to comment.