mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
remove duplicate quotes.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Bit.Jobs
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogInformation("Starting job '{0}'.", parameters["j"]);
|
_logger.LogInformation("Starting job {0}.", parameters["j"]);
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@@ -75,7 +75,7 @@ namespace Bit.Jobs
|
|||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogInformation("Finished job '{0}'.", parameters["j"]);
|
_logger.LogInformation("Finished job {0}.", parameters["j"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static IDictionary<string, string> ParseParameters(string[] args)
|
private static IDictionary<string, string> ParseParameters(string[] args)
|
||||||
|
|||||||
Reference in New Issue
Block a user