Fix attachment body not being loaded (#12770)

Closes https://github.com/twentyhq/twenty/issues/12756
This commit is contained in:
Charles Bochet
2025-06-20 17:50:49 +02:00
committed by GitHub
parent a8ff02efc3
commit 94557e7447
4 changed files with 202 additions and 29 deletions

3
.vscode/launch.json vendored
View File

@ -5,6 +5,7 @@
{
"name": "twenty-server - start debug",
"type": "node",
"runtimeVersion": "22.12",
"request": "launch",
"runtimeExecutable": "npx",
"runtimeArgs": [
@ -37,7 +38,7 @@
"type": "node",
"request": "launch",
"runtimeExecutable": "npx",
"runtimeVersion": "^22.12.0",
"runtimeVersion": "22.12",
"runtimeArgs": [
"nx",
"run",