mirror of
https://github.com/pockethost/pockethost.git
synced 2025-07-04 03:42:29 +00:00
fix instance creation
This commit is contained in:
parent
303a79d9be
commit
dc52f95f11
@ -54,7 +54,7 @@ export const createInstanceService = async (config: InstanceServiceConfig) => {
|
|||||||
const instance = await client.createInstance({
|
const instance = await client.createInstance({
|
||||||
subdomain,
|
subdomain,
|
||||||
uid: rpc.userId,
|
uid: rpc.userId,
|
||||||
version: (await pocketbase()).getLatestVersion,
|
version: (await pocketbase()).getLatestVersion(),
|
||||||
status: InstanceStatus.Idle,
|
status: InstanceStatus.Idle,
|
||||||
platform: 'unused',
|
platform: 'unused',
|
||||||
secondsThisMonth: 0,
|
secondsThisMonth: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user