mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02: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