Skip to content

Commit

Permalink
Merge branch 'master' into sqlite-overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Feb 11, 2024
2 parents 5be09f8 + aa0ca17 commit 7ffb6dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/logic/stttools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import fetch from 'node-fetch';
import { Logger } from './logger';

// Facebook STT client ID
const CLIENT_ID = '1425f8c5-b07f-45ba-b490-3dfd4561d5cf';
// const CLIENT_ID = '1425f8c5-b07f-45ba-b490-3dfd4561d5cf';
const CLIENT_ID = '322613001274224';

export async function getSTTToken(username?: string, password?: string) {
Logger.info('Fetching new STT API token');
Expand Down

0 comments on commit 7ffb6dc

Please sign in to comment.