mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-13 15:44:56 +00:00
chore: fix free tier query
This commit is contained in:
@@ -178,7 +178,6 @@ new honeycomb.Trigger("IncreasedFreeTierRequests", {
|
||||
calculations: [
|
||||
{
|
||||
op: "COUNT",
|
||||
name: "REQUESTS",
|
||||
filterCombination: "AND",
|
||||
filters: [
|
||||
{ column: "event_type", op: "=", value: "completions" },
|
||||
|
||||
Reference in New Issue
Block a user