mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
chore: remove debugger
This commit is contained in:
@@ -26,7 +26,6 @@ export const useEnsureWorkspace = () => {
|
|||||||
meta => meta.id.toString() === router.query.workspaceId
|
meta => meta.id.toString() === router.query.workspaceId
|
||||||
) === -1
|
) === -1
|
||||||
) {
|
) {
|
||||||
debugger;
|
|
||||||
router.push('/404');
|
router.push('/404');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -36,8 +35,6 @@ export const useEnsureWorkspace = () => {
|
|||||||
router.query.workspaceId &&
|
router.query.workspaceId &&
|
||||||
router.query.workspaceId !== defaultOutLineWorkspaceId
|
router.query.workspaceId !== defaultOutLineWorkspaceId
|
||||||
) {
|
) {
|
||||||
debugger;
|
|
||||||
|
|
||||||
router.push('/404');
|
router.push('/404');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user