Skip to content

Commit

Permalink
chore(profile): update KV id (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
szkl committed Aug 17, 2023
1 parent a5e5c5b commit e2dfab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/profile/wrangler.current.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bucket = "./public"

[env.current]
kv_namespaces = [
{ binding = "ProfileKV", id = "3a5214b7dab24414a1cb65733a6143b2" },
{ binding = "ProfileKV", id = "4aae166942744cce9569daefbbeea7f2" },
]

routes = [
Expand Down
2 changes: 1 addition & 1 deletion apps/profile/wrangler.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bucket = "./public"

[env.dev]
kv_namespaces = [
{ binding = "ProfileKV", id = "6510b0e703694f0388ced3de37df869d" },
{ binding = "ProfileKV", id = "d72ecc0884434a8591761c6cb15fedd5" },
]

routes = [
Expand Down
2 changes: 1 addition & 1 deletion apps/profile/wrangler.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bucket = "./public"

[env.next]
kv_namespaces = [
{ binding = "ProfileKV", id = "451e189131d74dca87b41701555a839d" },
{ binding = "ProfileKV", id = "d4190ed6b22849bebba393fabb2feb9b" },
]

routes = [
Expand Down

0 comments on commit e2dfab0

Please sign in to comment.