summaryrefslogtreecommitdiff
path: root/source/features/revert-file.tsx
diff options
context:
space:
mode:
authorGravatar Sindre Sorhus <sindresorhus@gmail.com> 2020-06-03 21:42:18 +0800
committerGravatar GitHub <noreply@github.com> 2020-06-03 21:42:18 +0800
commit0fa514dbeeab6395ef095cff80beac41443a6574 (patch)
treeb175648cbe2a88c6d7e8763e631c7205e3e284a4 /source/features/revert-file.tsx
parentb393e2e2465a91ccbddf6ff60def616020712306 (diff)
downloadrefined-github-0fa514dbeeab6395ef095cff80beac41443a6574.tar.gz
refined-github-0fa514dbeeab6395ef095cff80beac41443a6574.tar.zst
refined-github-0fa514dbeeab6395ef095cff80beac41443a6574.zip
Upgrade dependencies (#3168)
Co-authored-by: Fregante <opensource@bfred.it>
Diffstat (limited to 'source/features/revert-file.tsx')
-rw-r--r--source/features/revert-file.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/revert-file.tsx b/source/features/revert-file.tsx
index 76bff233..d563c570 100644
--- a/source/features/revert-file.tsx
+++ b/source/features/revert-file.tsx
@@ -138,7 +138,7 @@ function init(): void {
delegate(document, '.rgh-revert-file', 'click', handleRevertFileClick, true);
}
-features.add({
+void features.add({
id: __filebasename,
description: 'Adds button to revert all the changes to a file in a PR.',
screenshot: 'https://user-images.githubusercontent.com/1402241/62826118-73b7bb00-bbe0-11e9-9449-2dd64c469bb9.gif'