Skip to content

Commit

Permalink
rename kol folder to twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrank-summit committed Jan 20, 2025
1 parent 294bc93 commit 6b7ed5e
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const main = () => {
generated_tweet: extractDsnGeneratedTweetSchema(),
};

const outputPath = join(process.cwd(), 'dsn-kol-schemas.json');
const outputPath = join(process.cwd(), 'dsn-twitter-schemas.json');
writeFileSync(outputPath, JSON.stringify(schemas, null, 2));
logger.info(`Schemas written to ${outputPath}`);
};
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6b7ed5e

Please sign in to comment.