Skip to content

Commit da4333a

Browse files
authored
Update Extension.cs (#37)
1 parent 058777f commit da4333a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SampleExtension/Extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public string UniqueId
3535
{
3636
get
3737
{
38-
return Guid.NewGuid().ToString();
38+
"49fee64a-4505-4f03-a6b6-0667a793f19a"
3939
}
4040
}
4141

0 commit comments

Comments
 (0)