mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-21 00:21:30 +00:00
fix(wiki) added effective lang to saveWikiMeta
This commit is contained in:
parent
4aaf0e5471
commit
f75b06543f
1 changed files with 1 additions and 0 deletions
|
|
@ -768,6 +768,7 @@ export class WikiGenerator {
|
|||
...existingMeta,
|
||||
fromCommit: currentCommit,
|
||||
generatedAt: new Date().toISOString(),
|
||||
lang: this.effectiveLang(),
|
||||
});
|
||||
return { pagesGenerated: 0, mode: 'incremental', failedModules: [] };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue