Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Nov 16, 2020
1 parent a9c44af commit ad99088
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,11 +422,7 @@ object WhiskActionVersionList extends MultipleReadersSingleWriterCache[WhiskActi
case None => None
}
} else None
WhiskActionVersionList(
action.namespace.toPath,
action.name,
versions.filter(_.nonEmpty).map(_.get),
defaultVersion)
WhiskActionVersionList(action.path, action.name, versions.filter(_.nonEmpty).map(_.get), defaultVersion)
},
fromCache)
}
Expand Down

0 comments on commit ad99088

Please sign in to comment.