forked from FoundKeyGang/FoundKey
fix(api): add missing themeColor property of instance
This commit is contained in:
parent
cfb7b70cde
commit
591a0bf1b3
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ export const InstanceRepository = db.getRepository(Instance).extend({
|
|||
maintainerEmail: instance.maintainerEmail,
|
||||
iconUrl: instance.iconUrl,
|
||||
faviconUrl: instance.faviconUrl,
|
||||
themeColor: instance.themeColor,
|
||||
infoUpdatedAt: instance.infoUpdatedAt ? instance.infoUpdatedAt.toISOString() : null,
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue