From 21e399bc2e63a800bb996668b10fd03c7a7a32fc Mon Sep 17 00:00:00 2001
From: tina-hello <77915071+tina-hello@users.noreply.github.com>
Date: Sat, 16 Dec 2023 22:43:24 +0700
Subject: [PATCH] Update wrangler.toml

Remove deprecated pricing model
---
 wrangler.toml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/wrangler.toml b/wrangler.toml
index 8417b52..f71a0ab 100644
--- a/wrangler.toml
+++ b/wrangler.toml
@@ -2,5 +2,3 @@ name = "doh"
 workers_dev = true
 compatibility_date = "2023-03-14"
 main = "index.js"
-usage_model = "bundled"
-# paid account can use "unbound" instead of "bundled", ideal if you need more than 100k requests per day due to cheaper pricing at scale