Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
ddd
Browse files Browse the repository at this point in the history
  • Loading branch information
or2e committed Jul 10, 2023
1 parent 68d222d commit e9a309d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WebUI/src/services/strategus-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { get, tryGet, post, put } from '@/services/crpg-client';

export const getSettlements = () => get<SettlementPublic[]>('/settlements');

// TODO: don't like tryGet, look at https://github.com/unjs/ofetch
export const getUpdate = () => tryGet<StrategusUpdate>('/parties/self/update');

export const updatePartyStatus = (update: PartyStatusUpdateRequest) =>
Expand Down

0 comments on commit e9a309d

Please sign in to comment.