Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(projectsADM): fix cache issue in getSingleProjectADM (#2054)
  • Loading branch information
mpro7 committed May 5, 2022
1 parent f517968 commit 77bfadc
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -249,6 +249,8 @@ class ProjectsResponderADM(responderData: ResponderData) extends Responder(respo
log.debug("getSingleProjectADM - could not retrieve project: {}", identifier.value)
}

_ = storeManager ? CacheServiceFlushDB(KnoraSystemInstances.Users.SystemUser)

} yield maybeProjectADM
}

Expand Down

0 comments on commit 77bfadc

Please sign in to comment.