Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Commit

Permalink
Hot Fixed!
Browse files Browse the repository at this point in the history
  • Loading branch information
pmh-only committed Jun 16, 2019
1 parent d0f84c1 commit ae9e287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/PMH/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const markup = require('chalk')
const express = require('express')

/** Dialogflow Module */
process.env.GOOGLE_APPLICATION_CREDENTIALS = '../lib/BadWordsFilter-e34ed9d4dd5b.json'
process.env.GOOGLE_APPLICATION_CREDENTIALS = './lib/BadWordsFilter-e34ed9d4dd5b.json'
const dialogflowId = 'badwordsfilter-esqgxe'
const dialogflow = require('dialogflow')

Expand Down

0 comments on commit ae9e287

Please sign in to comment.