Skip to content

Commit a0bedd2

Browse files
authored
Fix compilation error (#835)
1 parent a215097 commit a0bedd2

File tree

1 file changed

+1
-1
lines changed
  • samples/samples-csx/ProductsTrigger

1 file changed

+1
-1
lines changed

samples/samples-csx/ProductsTrigger/run.csx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#load "../../Common/product.csx"
1+
#load "../Common/product.csx"
22
#r "Newtonsoft.Json"
33
#r "Microsoft.Azure.WebJobs.Extensions.Sql"
44

0 commit comments

Comments
 (0)