We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8946d commit 4171aaeCopy full SHA for 4171aae
app/Traits/RepositoryCollector.php
@@ -63,7 +63,6 @@ public function collect_repositories(Monitor $monitor)
63
}
64
65
66
- dd($repositories);
67
return Repository::where("monitor_id", "=", $monitor->id);
68
} else {
69
throw new Exception("Looks like you ran out of tokens for " . $monitor->title . "! " . $response->body() );
0 commit comments