From dc9cb6cdaf3116f5b9bc88f3dec266f178919b26 Mon Sep 17 00:00:00 2001 From: Loewy Date: Tue, 25 Mar 2025 16:20:41 -0700 Subject: [PATCH] resolve merge conflicts --- src/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 94128c0..af56d2a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2239,8 +2239,8 @@ export type Mutation = { getHlsInitUploadLink: GetUploadLinkReturn; getProfileImageUploadLink: GetProfileUploadLinkReturn; getUploadLink: GetUploadLinkReturn; - retireTags: Scalars["Boolean"]["output"]; reactToVideo: Scalars["Boolean"]["output"]; + retireTags: Scalars["Boolean"]["output"]; setLoggerLevel: Scalars["Boolean"]["output"]; setSegmentDuration: Scalars["Boolean"]["output"]; unfollowUser: UserGql; @@ -2310,15 +2310,15 @@ export type MutationGetUploadLinkArgs = { videoId: Scalars["Int"]["input"]; }; -export type MutationRetireTagsArgs = { - tagIds: Array; -} - export type MutationReactToVideoArgs = { reaction?: InputMaybe; videoId: Scalars["Int"]["input"]; }; +export type MutationRetireTagsArgs = { + tagIds: Array; +}; + export type MutationSetLoggerLevelArgs = { level: Scalars["String"]["input"]; path: Scalars["String"]["input"];