mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
lint
This commit is contained in:
parent
0517c76abf
commit
fb4aaad19f
5 changed files with 13 additions and 13 deletions
|
|
@ -46,7 +46,7 @@ namespace PluralKit.Core
|
|||
|
||||
// Remove the old members from the switch
|
||||
await conn.ExecuteAsync("delete from switch_members where switch = @Switch",
|
||||
new {Switch = switchId});
|
||||
new { Switch = switchId });
|
||||
|
||||
// Add the new members
|
||||
await using (var w = conn.BeginBinaryImport("copy switch_members (switch, member) from stdin (format binary)"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue