Skip to content

Commit

Permalink
fix: refixing wrong quotes-indo-slang.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
gensart-ai committed Mar 21, 2024
1 parent 421664e commit e076261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/internal/quote-indo-slang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Executor } from '@/command-hive'
import * as wweb from '@utils/wweb'
import * as logger from '@utils/logger'

const QUOTES_DIRECTORY = 'src/assets';
const QUOTES_DIRECTORY = 'assets';
const QUOTES_FILE = 'quotes-indo-slang.json';

const getIndoSlangQuote = () => {
Expand Down

0 comments on commit e076261

Please sign in to comment.