Skip to content

Commit 95e0518

Browse files
committed
GitRemote upload and updateTips are async
1 parent f2fea6a commit 95e0518

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

generate/input/descriptor.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3297,6 +3297,18 @@
32973297
"return": {
32983298
"ownedByThis": true
32993299
}
3300+
},
3301+
"git_remote_update_tips": {
3302+
"isAsync": true,
3303+
"return": {
3304+
"isErrorCode": true
3305+
}
3306+
},
3307+
"git_remote_upload": {
3308+
"isAsync": true,
3309+
"return": {
3310+
"isErrorCode": true
3311+
}
33003312
}
33013313
}
33023314
},

0 commit comments

Comments
 (0)