export async function onRequestGet(context: RequestContext) {
  return (await context.env.DATA.get("game_updates", { type: "json" })) ?? [];
}