Discard changes to autogpt_platform/frontend/src/lib/autogpt-server-api/types.ts

This commit is contained in:
Nicholas Tindle
2026-01-12 15:28:37 -07:00
committed by GitHub
parent 6028a2528c
commit 4d49536a40

View File

@@ -1102,7 +1102,6 @@ export type AddUserCreditsResponse = {
new_balance: number;
transaction_key: string;
};
const _stringFormatToDataTypeMap: Partial<Record<string, DataType>> = {
date: DataType.DATE,
time: DataType.TIME,