mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: clean up compile warnings
This commit is contained in:
parent
16ce67e02c
commit
89d6481ddb
16 changed files with 37 additions and 32 deletions
|
|
@ -70,7 +70,7 @@ public class ShardConnection: IAsyncDisposable
|
|||
var (_, packet) = await _serializer.ReadPacket(_client);
|
||||
return packet;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
// these are never useful
|
||||
// _logger.Error(e, "Shard {ShardId}: Error reading from WebSocket");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue