From 6ff9c676e9a7be29a21734f74b66300bde47b1c9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 19 Feb 2018 11:31:50 +0100 Subject: Fix lint --- server/models/account/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/models/account/account.ts') diff --git a/server/models/account/account.ts b/server/models/account/account.ts index 54ec7cfcc..bc7595a0e 100644 --- a/server/models/account/account.ts +++ b/server/models/account/account.ts @@ -197,7 +197,7 @@ export class AccountModel extends Model { const query = { offset: start, limit: count, - order: getSort(sort), + order: getSort(sort) } return AccountModel.findAndCountAll(query) -- cgit v1.2.3