From 5b2da2b9539d0924c7018cbefab92dd7118f4ec0 Mon Sep 17 00:00:00 2001 From: pennylees Date: Mon, 27 Oct 2025 17:09:10 +0800 Subject: [PATCH] chore: remove repetitive word Signed-off-by: pennylees --- .../Editor/Web3AuthSDK/Editor/BuildPostProcess.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/io.chainsafe.web3-unity.web3auth/Editor/Web3AuthSDK/Editor/BuildPostProcess.cs b/Packages/io.chainsafe.web3-unity.web3auth/Editor/Web3AuthSDK/Editor/BuildPostProcess.cs index 540ba45b4..83b229851 100644 --- a/Packages/io.chainsafe.web3-unity.web3auth/Editor/Web3AuthSDK/Editor/BuildPostProcess.cs +++ b/Packages/io.chainsafe.web3-unity.web3auth/Editor/Web3AuthSDK/Editor/BuildPostProcess.cs @@ -9,7 +9,7 @@ public class BuildPostProcess { // Runs all the post process build steps. Called from Unity during build - [PostProcessBuildAttribute(0)] // Configures this this post process to run first + [PostProcessBuildAttribute(0)] // Configures this post process to run first public static void OnPostprocessBuild(BuildTarget target, string pathToBuiltProject) { #if UNITY_IOS