Skip to content

Commit

Permalink
sigh...
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Aug 12, 2024
1 parent 01b2396 commit 95b88c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ export class Process {
});
},
GetPosts: async (Data: object): Promise<Result> => {
return new Result(false, "功能暂未开放");
ThrowErrorIfFailed(this.CheckParams(Data, {

Check warning on line 440 in Source/Process.ts

View workflow job for this annotation

GitHub Actions / Qodana for JS

Unreachable code

Unreachable code
"ProblemID": "number",
"Page": "number",
Expand Down

0 comments on commit 95b88c4

Please sign in to comment.