Skip to content

Commit

Permalink
fix wrong usage of object returned by selectProject()
Browse files Browse the repository at this point in the history
causing backup restores not being created
  • Loading branch information
Schnitzel committed Jul 2, 2021
1 parent 89b888d commit 59bd9f3
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 59bd9f3

Please sign in to comment.