fix: honor stored Rybbit analytics secret fallback
Memind CI / Test, build, and release guards (push) Successful in 1m37s

This commit is contained in:
john
2026-07-27 22:14:06 +08:00
parent c7718c683b
commit 90ee4c38d5
2 changed files with 9 additions and 6 deletions
+2
View File
@@ -30,6 +30,8 @@ test('rybbit config can reuse stored analytics secret', () => {
const config = resolveMindSpaceRybbitConfig({
MEMIND_RYBBIT_ENABLED: 'true',
MEMIND_RYBBIT_SITE_ID: '2',
MEMIND_RYBBIT_ID_SECRET: '',
MEMIND_ANALYTICS_ID_SECRET: '',
}, {
idSecret: 'stored-secret',
});