diff options
author | 2020-09-14 15:53:35 -0400 | |
---|---|---|
committer | 2020-09-14 14:53:35 -0500 | |
commit | 6d339762d762b669bb48b2977f40a83c48305a2d (patch) | |
tree | 5a4ca8ad9ed28ee93413f8dc5d3319aaea82455e /source/features/use-first-commit-message-for-new-prs.tsx | |
parent | 1fd60ac7bed2201d4276a5368d4c5233715fac03 (diff) | |
download | refined-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.tsx | 2 |
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 }); |