Skip to content

Commit

Permalink
reformatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
meddy672 committed Feb 6, 2024
1 parent 8a1762f commit 7dc53dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function main(){
}).createFile();
console.log(filePath)

filePath = await new GPTDocx({
filePath = await new GPTDocx({
format: UPDATE_NOTICE,
prompt: "Create an update notice for a power outage that happen in Los Angelas two weeks ago.",
}).createFile();
Expand Down

0 comments on commit 7dc53dc

Please sign in to comment.