Skip to content

Commit e66479b

Browse files
committed
fixed parameter in sp
1 parent e176e3c commit e66479b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SQL/WideWorldImportersUpdates.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ GO
2323
Return details on a specific customer
2424
*/
2525
CREATE OR ALTER PROCEDURE web.get_customer
26-
@Id INT,
27-
@Json NVARCHAR(MAX)
26+
@Id INT
2827
AS
2928
SET NOCOUNT ON;
3029
SELECT

0 commit comments

Comments
 (0)