Skip to content

Commit

Permalink
[front] restore access for webcrawler (#9399)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier authored Dec 16, 2024
1 parent 052c9b3 commit 6980516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ async function handler(
if (
!dataSource ||
dataSource.space.sId !== spaceId ||
!dataSource.canRead(auth)
(!dataSource.canRead(auth) && !auth.isSystemKey())
) {
return apiError(req, res, {
status_code: 404,
Expand Down

0 comments on commit 6980516

Please sign in to comment.