Skip to content

Commit a56e1f4

Browse files
committed
Fix copy name
1 parent 1e5ede0 commit a56e1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore.SourceGenerators/JsonApiEndpointsCopy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace JsonApiDotNetCore.SourceGenerators;
22

33
// IMPORTANT: A copy of this type exists in the JsonApiDotNetCore project. Keep these in sync when making changes.
44
[Flags]
5-
public enum JsonApiEndpoints
5+
public enum JsonApiEndpointsCopy
66
{
77
/// <summary>
88
/// Represents none of the JSON:API endpoints.

0 commit comments

Comments
 (0)