mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 18:03:09 +02:00
Remove a trailing whitespace (#3261)
This commit is contained in:
parent
ad84901f39
commit
81312f5a93
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export default async (job: bq.Job, done: any): Promise<void> => {
|
||||||
done();
|
done();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//#region Log
|
//#region Log
|
||||||
publishApLogStream({
|
publishApLogStream({
|
||||||
direction: 'in',
|
direction: 'in',
|
||||||
|
|
Loading…
Reference in a new issue