Tool not using own notion lib anymore

This commit is contained in:
2024-09-10 15:51:18 +02:00
parent ea9c650f82
commit 322905809c
5 changed files with 66 additions and 27 deletions

4
.vscode/launch.json vendored
View File

@@ -17,7 +17,9 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/src/helper/poo_recorder_helper/main.go",
"args": ["reverse"]
"args": [
"reverse"
]
}
]
}