Skip to content

Commit

Permalink
allow implicit any
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Aug 29, 2023
1 parent 8fcd69e commit 94fe123
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ import prettyBytes from "pretty-bytes";
import { getTS, getPageDateTS } from "./pageutils";

import fasSearch from "@fortawesome/fontawesome-free/svgs/solid/search.svg";

import fasAngleDown from "@fortawesome/fontawesome-free/svgs/solid/angle-down.svg";

import fasEdit from "@fortawesome/fontawesome-free/svgs/solid/edit.svg";

import type { Sorter } from "./sorter";
import type { PageEntry } from "./pageentry";

Expand Down Expand Up @@ -229,7 +228,7 @@ class Pages extends LitElement {
this.filteredPages = curated;
}

sendChangeEvent(data: any) {
sendChangeEvent(data) {
this.dispatchEvent(new CustomEvent("coll-tab-nav", { detail: { data } }));
}

Expand Down

0 comments on commit 94fe123

Please sign in to comment.