Skip to content

Commit

Permalink
[Fix] Type fix: listlatest
Browse files Browse the repository at this point in the history
  • Loading branch information
Lhcfl committed Nov 1, 2023
1 parent 062b9cf commit d2d35db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
#!/usr/bin/env bash
. "$(dirname -- "$0")/_/husky.sh"
if which yarn >/dev/null; then
pack=yarn
elif which pnpm >/dev/null; then
pack=pnpm
else
pack=npm
fi

node "$(dirname -- "$0")/tester.js" -f pre-commit
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ class DiscourseApi extends EventEmitter {
more_topics_url?: string;
can_create_topic: boolean;
per_page: number;
topics: SuggestedTopic;
topics: SuggestedTopic[];
};
flair_groups?: {
id: number;
Expand Down

0 comments on commit d2d35db

Please sign in to comment.