You've already forked obsidian-visualiser
Content auto pulling, git pull link fix and cleaning console.log/console.time.
This commit is contained in:
@@ -14,8 +14,6 @@ export default defineEventHandler(async (e) => {
|
||||
setResponseStatus(e, 401);
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(id);
|
||||
|
||||
setResponseStatus(e, 200);
|
||||
return {};
|
||||
|
||||
@@ -14,9 +14,6 @@ export default defineEventHandler(async (e) => {
|
||||
setResponseStatus(e, 401);
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(id);
|
||||
console.log(await readBody(e));
|
||||
|
||||
setResponseStatus(e, 200);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user