Skip to content

Commit

Permalink
Issue #15 - bad practices.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Feb 12, 2019
1 parent 0bda9e6 commit 641be9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Router/Controllers/RIP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ public static JSON Timers(string Data = null)

public static JSON Table(string Data = null)
{
// TODO: Bad Practices.
RIPTable.Instance.SyncWithRT();

var obj = new JSONObject();

var Rows = RIPTable.GetEntries();
Expand Down

0 comments on commit 641be9e

Please sign in to comment.