cleaned up stripe config

This commit is contained in:
Corey Blais
2026-04-30 21:54:13 -04:00
parent 646f895ed6
commit cd7c4383d0
9 changed files with 384 additions and 73 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export type BirdRow = {
id: string;
workspace_id: number;
name: string;
tag_id: string;
tag_id: string | null;
species: string;
gender: BirdGender;
date_of_birth: string | null;