Commit 06c380a

Anton Medvedev <anton@medv.io>
2023-10-14 21:28:26
fix: this is fine
1 parent 1923882
Changed files (1)
src
all-badges
this-is-fine
src/all-badges/this-is-fine/this-is-fine.ts
@@ -31,8 +31,10 @@ export default new (class implements BadgePresenter {
     }
 
     if (pulls.length > 0) {
-      grant('this-is-fine', 'I merged a PR with failing checks').evidencePRsWithTitle(...pulls)
+      grant(
+        'this-is-fine',
+        'I merged a PR with failing checks',
+      ).evidencePRsWithTitle(...pulls)
     }
-    \/
   }
 })()