mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-30 07:20:11 +08:00
opt: linter
This commit is contained in:
@@ -88,7 +88,7 @@ abstract final class ReplyHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> hateReply({
|
||||
static Future<LoadingState<void>> hateReply({
|
||||
required int type,
|
||||
required int action,
|
||||
required int oid,
|
||||
@@ -113,7 +113,7 @@ abstract final class ReplyHttp {
|
||||
}
|
||||
|
||||
// 评论点赞
|
||||
static Future<LoadingState<Null>> likeReply({
|
||||
static Future<LoadingState<void>> likeReply({
|
||||
required int type,
|
||||
required int oid,
|
||||
required int rpid,
|
||||
@@ -154,7 +154,7 @@ abstract final class ReplyHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> replyTop({
|
||||
static Future<LoadingState<void>> replyTop({
|
||||
required Object oid,
|
||||
required Object type,
|
||||
required Object rpid,
|
||||
@@ -178,7 +178,7 @@ abstract final class ReplyHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> report({
|
||||
static Future<LoadingState<void>> report({
|
||||
required Object rpid,
|
||||
required Object oid,
|
||||
required int reasonType,
|
||||
@@ -232,7 +232,7 @@ abstract final class ReplyHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> replySubjectModify({
|
||||
static Future<LoadingState<void>> replySubjectModify({
|
||||
required int oid,
|
||||
required int type,
|
||||
required int action,
|
||||
|
||||
Reference in New Issue
Block a user