Skip to content

Commit

Permalink
Fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dantb committed Nov 8, 2023
1 parent c173bb0 commit a808e9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ object BlazegraphViewsQuery {
)(implicit caller: Caller): IO[R] =
for {
view <- viewsStore.fetch(id, project)
p <- fetchContext.onRead(project).toCatsIO
iri <- expandIri(id, p).toCatsIO
p <- fetchContext.onRead(project)
iri <- expandIri(id, p)
indices <- view match {
case i: IndexingView =>
aclCheck
Expand Down

0 comments on commit a808e9f

Please sign in to comment.