about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-16 01:39:35 +0200
committerRory& <root@rory.gay>2025-04-16 01:39:35 +0200
commitb23d464fe1019c6058402342d7166386f7295a95 (patch)
tree80a7edbc1f49229c86f6f19d41c3656bb04c84c7 /MatrixUtils.Web/Pages
parentFix session store (diff)
downloadMatrixUtils-main.tar.xz
Fix migration from non-keyed sessions HEAD main
Diffstat (limited to 'MatrixUtils.Web/Pages')
-rw-r--r--MatrixUtils.Web/Pages/Index.razor1
1 files changed, 0 insertions, 1 deletions
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();