Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Licensed under the MIT license.
// Licensed under the MIT license.
// Copyright (c) The AppCore .NET project.

using System;
Expand Down Expand Up @@ -97,9 +97,9 @@ IF @Id IS NULL
IF @{nameof(Timeout)} <= 0 BREAK;
END
END
END

EXEC sp_releaseapplock @Resource = @{nameof(LockResource)}
EXEC sp_releaseapplock @Resource = @{nameof(LockResource)}
END

SELECT
@Id AS [{nameof(Model.WatchSubscriptionsResult.Id)}],
Expand Down