From 0fa514dbeeab6395ef095cff80beac41443a6574 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 3 Jun 2020 21:42:18 +0800 Subject: Upgrade dependencies (#3168) Co-authored-by: Fregante --- source/features/embed-gist-inline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/embed-gist-inline.tsx') diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx index dda1b6be..711f3610 100644 --- a/source/features/embed-gist-inline.tsx +++ b/source/features/embed-gist-inline.tsx @@ -52,7 +52,7 @@ function init(): void { .forEach(embedGist); } -features.add({ +void features.add({ id: __filebasename, description: 'Embeds linked gists. Not supported by Firefox.', screenshot: 'https://user-images.githubusercontent.com/6978877/33911900-c62ee968-df8b-11e7-8685-506ffafc60b4.PNG' -- cgit v1.2.3