summaryrefslogtreecommitdiff
path: root/source/features/use-first-commit-message-for-new-prs.tsx
diff options
context:
space:
mode:
authorGravatar yakov116 <16872793+yakov116@users.noreply.github.com> 2020-09-14 15:53:35 -0400
committerGravatar GitHub <noreply@github.com> 2020-09-14 14:53:35 -0500
commit6d339762d762b669bb48b2977f40a83c48305a2d (patch)
tree5a4ca8ad9ed28ee93413f8dc5d3319aaea82455e /source/features/use-first-commit-message-for-new-prs.tsx
parent1fd60ac7bed2201d4276a5368d4c5233715fac03 (diff)
downloadrefined-github-6d339762d762b669bb48b2977f40a83c48305a2d.tar.gz
refined-github-6d339762d762b669bb48b2977f40a83c48305a2d.tar.zst
refined-github-6d339762d762b669bb48b2977f40a83c48305a2d.zip
Lint (#3540)
Diffstat (limited to 'source/features/use-first-commit-message-for-new-prs.tsx')
-rw-r--r--source/features/use-first-commit-message-for-new-prs.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/use-first-commit-message-for-new-prs.tsx b/source/features/use-first-commit-message-for-new-prs.tsx
index bbca4de5..9190765b 100644
--- a/source/features/use-first-commit-message-for-new-prs.tsx
+++ b/source/features/use-first-commit-message-for-new-prs.tsx
@@ -36,6 +36,6 @@ void features.add({
include: [
pageDetect.isCompare
],
- waitForDomReady: false,
+ awaitDomReady: false,
init
});