PMPR-44 : fix missing newline
Check Deno code / Check Deno code (pull_request) Successful in 5s
Tests / Unit tests (pull_request) Successful in 12s
Tests / Integration tests (pull_request) Successful in 1m14s
Check Deno code / Check Deno code (push) Successful in 5s
Tests / Unit tests (push) Successful in 12s
Tests / Integration tests (push) Successful in 1m13s

This commit was merged in pull request #146.
This commit is contained in:
Clément Oudelet
2026-04-26 23:33:45 +02:00
committed by djalim
parent 720a380be8
commit f71128a7f3
+1 -1
View File
@@ -49,4 +49,4 @@ export const handler: Handlers = {
return new Response("Failed to import notes", { status: 500 });
}
},
};
};