Remove 2026 made-up card to not confuse people
All checks were successful
Build Docker image / build (push) Successful in 4m37s
Build Docker image / deploy (push) Successful in 3s
Build Docker image / verify (push) Successful in 53s

This commit is contained in:
Roman Krček
2025-08-12 08:51:30 +02:00
parent a9dc5888e6
commit 2b3371e67f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { ESNCardAnniversary } from './esncard_anniversary';
import { ESNCard2026 } from './esncard_2026';
// import { ESNCard2026 } from './esncard_2026';
import type { Card } from './types';
export const cardTypes: Card[] = [ESNCardAnniversary, ESNCard2026];
export const cardTypes: Card[] = [ESNCardAnniversary];