Skip to content

Commit 5a5a6a7

Browse files
committed
1 parent 972bb1c commit 5a5a6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/client/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ func (c *Client) handleStartJobRequest(p *agentpb.StartJobRequest) error {
683683
}
684684

685685
job = jobs.NewMongoDBRestoreJob(p.JobId, timeout, j.MongodbRestoreBackup.Name,
686-
j.MongodbRestoreBackup.PitrTimestamp.AsTime(), &dsn, locationConfig,
686+
j.MongodbRestoreBackup.PitrTimestamp.AsTime(), dsn, locationConfig,
687687
c.supervisor, j.MongodbRestoreBackup.Folder, j.MongodbRestoreBackup.PbmMetadata.Name)
688688
default:
689689
return errors.Errorf("unknown job type: %T", j)

0 commit comments

Comments
 (0)