From 82cff0e201fdcc1c7ef10c082cba8a37bbe68216 Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Sat, 1 May 2021 13:04:49 +0100 Subject: [PATCH] remove(types): no dots in jsdoc comments --- src/types/invites/get_invite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/invites/get_invite.ts b/src/types/invites/get_invite.ts index 44ef3f652..d071d1569 100644 --- a/src/types/invites/get_invite.ts +++ b/src/types/invites/get_invite.ts @@ -2,6 +2,6 @@ export interface GetInvite { /** Whether the invite should contain approximate member counts */ withCounts?: boolean; - /** Whether the invite should contain the expiration date. */ + /** Whether the invite should contain the expiration date */ withExpiration?: boolean; }