Skip to content
Snippets Groups Projects
Commit 164d4a98 authored by syuilo's avatar syuilo
Browse files

fix(api): add missing themeColor property of instance

parent 596a61ce
No related branches found
No related tags found
No related merge requests found
......@@ -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,
};
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment