Skip to content

Commit 76d8e27

Browse files
refactor: remove an unnecessary argument
Co-authored-by: 沈星繁 <ikesnowy@outlook.com>
1 parent 020da09 commit 76d8e27

File tree

1 file changed

+1
-1
lines changed
  • test/Cnblogs.Architecture.IntegrationTestProject

1 file changed

+1
-1
lines changed

test/Cnblogs.Architecture.IntegrationTestProject/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
app.MapControllers();
3535

36-
app.Subscribe<TestIntegrationEvent>(appName);
36+
app.Subscribe<TestIntegrationEvent>();
3737

3838
var apis = app.NewVersionedApi();
3939
var v1 = apis.MapGroup("/api/v{version:apiVersion}").HasApiVersion(1);

0 commit comments

Comments
 (0)