Skip to content

Commit 9290171

Browse files
MtMathmob-sakai
authored andcommitted
feat: add Supported stream to enum
1 parent 0346454 commit 9290171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unityGraphQL.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { gql, GraphQLClient } from "npm:graphql-request@6.1.0";
44
const UNITY_GRAPHQL_ENDPOINT: string = "https://services.unity.com/graphql";
55

66
export enum UnityReleaseStream {
7+
SUPPORTED = "SUPPORTED",
78
LTS = "LTS",
89
TECH = "TECH",
910
BETA = "BETA",

0 commit comments

Comments
 (0)