fix: restore railway deploy service id type

This commit is contained in:
Felipe Domingues 2026-05-28 16:38:37 -03:00
parent 6d02fb8241
commit 9acb125890

View file

@ -130,6 +130,7 @@ export async function configureRailwayService(opts: {
export async function deployRailwayService(opts: { export async function deployRailwayService(opts: {
token: string; token: string;
serviceId: string;
environmentId: string; environmentId: string;
/** Use true on the first deploy of a freshly-created service (no prior deployment exists). */ /** Use true on the first deploy of a freshly-created service (no prior deployment exists). */
firstDeploy?: boolean; firstDeploy?: boolean;