Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
mpyne1 committed Jan 23, 2025
1 parent 50c36ff commit c3e7bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion houston-common-lib/lib/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class Server {
return this.execute(new Command(["true"]), true).map(() => true);
}

getServerInfo(): ResultAsync<ServerInfo, ProcessError> {
getServerInfo(): ResultAsync<Partial<ServerInfo>, ProcessError | SyntaxError> {
return new File(
this,
"/etc/45drives/server_info/server_info.json"
Expand Down

0 comments on commit c3e7bb9

Please sign in to comment.