Skip to content

Commit df880f7

Browse files
psocolovskyamakropoulos
authored andcommitted
removing unnecessary Task.Run
1 parent c28e2d9 commit df880f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime/LLM.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void OnValidate()
130130
public async void Awake()
131131
{
132132
if (!enabled) return;
133-
_ = Task.Run(Load);
133+
Load();
134134
}
135135

136136
public async Awaitable Load()

0 commit comments

Comments
 (0)