Skip to content

Commit 0432a56

Browse files
LyncConnector - Checked in TestHarness, TestData and Connector Template.
1 parent aadc661 commit 0432a56

File tree

7 files changed

+551
-643
lines changed

7 files changed

+551
-643
lines changed

src/LyncConnector/Scripts/7. ImportScript-Lync.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ if ([string]::IsNullOrEmpty($lastRunDateTimeOffset))
483483
}
484484
else
485485
{
486-
$lastRunDateTimeOffset.Trim()
486+
$lastRunDateTimeOffset = $lastRunDateTimeOffset.Trim()
487487
}
488488

489489
$deltaImport = $openImportConnectionRunStep.ImportType -eq "Delta"
39.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)