mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Fix ASF crash
This commit is contained in:
parent
66036f89bc
commit
42209e93ce
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ internal sealed class MonitoringPlugin : OfficialPlugin, IDisposable, IGitHubPlu
|
|||
[Required]
|
||||
public override Version Version => typeof(MonitoringPlugin).Assembly.GetName().Version ?? throw new InvalidOperationException(nameof(Version));
|
||||
|
||||
public string WebPath => "/monitoring";
|
||||
|
||||
private Meter? Meter;
|
||||
|
||||
public void Dispose() => Meter?.Dispose();
|
||||
|
|
Loading…
Reference in a new issue