From 0d329d99fa4b0225c237fc410937f304c236df6f Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 29 Jun 2020 02:36:15 -0400 Subject: [PATCH] make db model index prettier --- src/models/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/index.ts b/src/models/index.ts index 351bbeb..f49b1df 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -1,4 +1,4 @@ export { default as Account, AccountInterface } from './Account'; -export { default as Moderation, ModerationInterface } from './Moderation'; export { default as Domain, DomainInterface } from './Domain'; +export { default as Moderation, ModerationInterface } from './Moderation'; export { default as Tier, TierInterface, Tiers } from './Tier';