Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dagouzhi committed Jun 16, 2024
1 parent c8eb5be commit 3dd28f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified dgz/build/outputs/dist.dgz
Binary file not shown.
1 change: 1 addition & 0 deletions src/server/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export async function auth() {
const query = { name: '我', page: 1 };
let data = await getSearch(query, {
debug: true,
wait: 0,
timeout: 1000 * 60 * 3,
});
return !!data;
Expand Down

0 comments on commit 3dd28f4

Please sign in to comment.