We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c0daa commit d841784Copy full SHA for d841784
docs/rules/no-then.md
@@ -35,7 +35,7 @@ function getProcessedData(url) {
35
async function countProcessedData(url) {
36
const data = await downloadData(url);
37
return data.length
38
-```
+}
39
40
```js
41
async function getProcessedData(url) {
0 commit comments