Skip to content

Commit

Permalink
chore(premium): Code style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco (Valandur) committed Dec 8, 2019
1 parent 00b14ef commit 2b9ed4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/framework/models/PremiumSubscription.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export class PremiumSubscription {
public id: string;
public memberId: string;
public createdAt?: Date;
public updatedAt?: Date;
public amount: number;
public maxGuilds: number;
public isFreeTier: boolean;
public isPatreon: boolean;
public validUntil: Date;
public memberId: string;
public reason: string;
}
4 changes: 2 additions & 2 deletions src/framework/models/PremiumSubscriptionGuild.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export class PremiumSubscriptionGuild {
public createdAt?: Date;
public updatedAt?: Date;
public guildId: string;
public memberId: string;
public createdAt?: Date;
public updatedAt?: Date;
}

0 comments on commit 2b9ed4e

Please sign in to comment.