Skip to content

Commit

Permalink
chore(version): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Feb 21, 2023
1 parent 6c2e5d7 commit 7a229f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/prompt/_parseFlowchart.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Graph } from "graph-selector";

export function parseFlowchart(text: string): Graph {
console.log(text);
const lines = text.split("\n");

const nodes: string[] = [];
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.27.1",
"version": "1.27.2",
"main": "module/module.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 7a229f8

Please sign in to comment.