From 9f7493c5e5ec2b57dab4095c516a9503fb7b14ac Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 9 Jul 2025 15:16:23 -0400 Subject: [PATCH] yep. proposed solution: deal with it. --- Models/Configuration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Configuration.cs b/Models/Configuration.cs index c171130..3b671df 100644 --- a/Models/Configuration.cs +++ b/Models/Configuration.cs @@ -10,7 +10,7 @@ using Microsoft.EntityFrameworkCore; using vassago.TwitchInterface; 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. public class Configuration