Skip to content

Commit

Permalink
fix: correct the order of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed May 1, 2024
1 parent db805fa commit fc05cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/cord.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ local function update_idle_presence(config)
'PresenceArgs',
'',
'Cord.idle',
0,
nil,
0,
false
)
)
Expand All @@ -136,8 +136,8 @@ local function update_idle_presence(config)
'PresenceArgs',
'',
'Cord.idle',
0,
nil,
0,
false
)
)
Expand Down

0 comments on commit fc05cb3

Please sign in to comment.