mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
chore(dashboard): remove incorrect git commit id on bot status page
This commit is contained in:
parent
014999271f
commit
f2aa458db8
2 changed files with 0 additions and 5 deletions
|
|
@ -45,7 +45,6 @@ public class PrivateController: PKControllerBase
|
|||
var o = new JObject();
|
||||
o.Add("shards", shards.ToJson());
|
||||
o.Add("stats", stats.ToJson(guildCount, channelCount));
|
||||
o.Add("version", BuildInfoService.FullVersion);
|
||||
|
||||
return Ok(o);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue