Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed May 16, 2024
1 parent ca3f86c commit d8a5cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if (config.redisUrl) {
state = new Keyv({ namespace: config.redisNamespaceState })
}

export { messages, redis,state, tweets, users }
export { messages, redis, state, tweets, users }

export async function clearAllDataForUserId(twitterBotUserId: string) {
console.warn('WARNING: clearing all data for user', twitterBotUserId)
Expand Down
2 changes: 1 addition & 1 deletion src/services/twitter-client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Nango } from '@nangohq/node'
import { auth,Client as TwitterClient } from 'twitter-api-sdk'
import { auth, Client as TwitterClient } from 'twitter-api-sdk'

import * as config from '../config.js'
import { assert } from '../utils.js'
Expand Down

0 comments on commit d8a5cb1

Please sign in to comment.