From 608624252466acf9f1d9ee1c1170bd4fe4d18d18 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Nov 2017 11:00:25 +0100 Subject: Rename Pod -> Server --- server/lib/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/user.ts') diff --git a/server/lib/user.ts b/server/lib/user.ts index d2d599dfd..9884e566f 100644 --- a/server/lib/user.ts +++ b/server/lib/user.ts @@ -46,7 +46,7 @@ async function createLocalAccount (name: string, userId: number, applicationId: followingUrl: url + '/following', userId, applicationId, - podId: null // It is our pod + serverId: null // It is our server }) return accountInstance.save({ transaction: t }) -- cgit v1.2.3