Skip to content

Commit

Permalink
Merge pull request #2748 from uselagoon/backup-restores-creation-fix
Browse files Browse the repository at this point in the history
fix wrong usage of object returned by selectProject()
  • Loading branch information
Schnitzel authored Jul 2, 2021
2 parents d494727 + 59bd9f3 commit 6baf7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api/src/resources/backup/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const addRestore: ResolverFn = async (
project: projectData
};

userActivityLogger.user_action(`User restored a backup '${backupId}' for project ${projectData.project.name}`, {
userActivityLogger.user_action(`User restored a backup '${backupId}' for project ${projectData.name}`, {
payload: {
backupId,
data
Expand Down

0 comments on commit 6baf7a8

Please sign in to comment.