chore: update server activity (#898)

This commit is contained in:
boojack
2023-01-03 20:05:37 +08:00
committed by GitHub
parent e5550828a0
commit 79180928d4
4 changed files with 50 additions and 28 deletions

View File

@@ -103,7 +103,8 @@ type ActivityTagCreatePayload struct {
}
type ActivityServerStartPayload struct {
Profile *profile.Profile `json:"profile"`
ServerID string `json:"serverId"`
Profile *profile.Profile `json:"profile"`
}
type Activity struct {