summary refs log tree commit diff
path: root/src/api/Server.ts
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2025-04-09 16:33:43 +0200
committerRory& <root@rory.gay>2025-04-09 16:38:03 +0200
commit126a881f312001a13cf89b75f79b4cff76225974 (patch)
tree7efab72913f9cc94ac4a283b0655a5321d4c43c1 /src/api/Server.ts
parentUpdate nix (diff)
downloadserver-ts-126a881f312001a13cf89b75f79b4cff76225974.tar.xz
Prettier
Diffstat (limited to 'src/api/Server.ts')
-rw-r--r--src/api/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Server.ts b/src/api/Server.ts

index 0e4030de..382b07ee 100644 --- a/src/api/Server.ts +++ b/src/api/Server.ts
@@ -61,7 +61,7 @@ declare global { } export class SpacebarServer extends Server { - public declare options: SpacebarServerOptions; + declare public options: SpacebarServerOptions; constructor(opts?: Partial<SpacebarServerOptions>) { // eslint-disable-next-line @typescript-eslint/ban-ts-comment