From 9cc2324fd2c7ba5e74e30a3c5672c599d12683f7 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Fri, 2 Dec 2022 00:01:30 -0500 Subject: [PATCH] remove duplicate tag --- src/app/services/models/mastodon.interfaces.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/services/models/mastodon.interfaces.ts b/src/app/services/models/mastodon.interfaces.ts index 84ec5bd3..7b33d791 100644 --- a/src/app/services/models/mastodon.interfaces.ts +++ b/src/app/services/models/mastodon.interfaces.ts @@ -207,11 +207,6 @@ export interface PleromaStatusInfo { local: boolean; } -export interface Tag { - name: string; - url: string; -} - export interface List { id: string; title: string;