yep. proposed solution: deal with it.
All checks were successful
gitea.arg.rip/vassago/pipeline/head This commit looks good

This commit is contained in:
adam 2025-07-09 15:16:23 -04:00
parent 65b3985b14
commit 9f7493c5e5

View File

@ -10,7 +10,7 @@ using Microsoft.EntityFrameworkCore;
using vassago.TwitchInterface; using vassago.TwitchInterface;
using vassago.Behavior; using vassago.Behavior;
//TODO: it feels gross to have a *table* in a database that's intended to hold 1 **UND EXACTLY ONE** row, ever. //it feels gross to have a *table* in a database that's intended to hold 1 **UND EXACTLY ONE** row, ever.
//but also it feels worse to scatter my configuraiton-y data across external files and the database. //but also it feels worse to scatter my configuraiton-y data across external files and the database.
public class Configuration public class Configuration