Fix updateGeneric

This commit is contained in:
nk 2023-09-03 14:30:02 -05:00
parent db299862ec
commit 0a80e11d9f

View File

@ -1,4 +1,4 @@
export interface IGenericUpdate { export interface IGenericUpdate {
NodeIntrosCompleted: string[]; NodeIntrosCompleted: string | string[];
// AffiliationMods: any[]; // AffiliationMods: any[];
} }