From b23d464fe1019c6058402342d7166386f7295a95 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 16 Apr 2025 01:39:35 +0200 Subject: Fix migration from non-keyed sessions --- MatrixUtils.Web/Pages/Index.razor | 1 - 1 file changed, 1 deletion(-) (limited to 'MatrixUtils.Web/Pages') diff --git a/MatrixUtils.Web/Pages/Index.razor b/MatrixUtils.Web/Pages/Index.razor index 7de4613..cefd7d5 100644 --- a/MatrixUtils.Web/Pages/Index.razor +++ b/MatrixUtils.Web/Pages/Index.razor @@ -153,7 +153,6 @@ Small collection of tools to do not-so-everyday things. protected override async Task OnInitializedAsync() { Console.WriteLine("Index.OnInitializedAsync"); logger.LogDebug("Initialising index page"); - await sessionStore.RunMigrations(); _currentSession = await sessionStore.GetCurrentSession(); _sessions.Clear(); -- cgit 1.5.1