Smart configuration loader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix syntax error in src/providers.ts - remove extra closing brace

rektide 3b02d0f8 47e996ac

+1 -1
+1 -1
src/providers.ts
··· 334 334 cwd: options.cwd, 335 335 meta: { 336 336 configDirFiles: layers.map((l) => l.configFile), 337 + } as MT, 337 338 }, 338 - }, 339 339 }; 340 340 }, 341 341 };