rebalance unit cost

This commit is contained in:
evanpelle
2024-12-09 13:05:32 -08:00
committed by Evan
parent d290054e5c
commit 63b0e89d8b
7 changed files with 183 additions and 72 deletions
+3
View File
@@ -1,7 +1,10 @@
import { GameConfig, GameID, GameRecord, GameRecordSchema, Turn } from "../core/Schemas";
import { Storage } from '@google-cloud/storage';
import { BigQuery } from '@google-cloud/bigquery';
const storage = new Storage();
const bigquery = new BigQuery();
export async function archive(gameRecord: GameRecord) {
try {