mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 04:21:05 -05:00
remove duplicate quotes.
This commit is contained in:
parent
ce92462041
commit
795cf8e20e
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user