refactor: enforce package boundaries
This commit is contained in:
@@ -37,7 +37,7 @@ export class RemoteContentImageStore implements ContentImageUploadStore {
|
||||
'x-image-request-id': requestId,
|
||||
'x-image-signature': signature,
|
||||
},
|
||||
body: input.body,
|
||||
body: new Uint8Array(input.body),
|
||||
});
|
||||
if (!response.ok) {
|
||||
throw new Error(`Image repository upload failed with HTTP ${response.status}.`);
|
||||
|
||||
@@ -9,4 +9,4 @@ export {
|
||||
type SelectPoolCandidateDto,
|
||||
type SelectPoolCandidateInfo,
|
||||
type SelectPoolReservationDto,
|
||||
} from '@sammo-ts/game-engine';
|
||||
} from '@sammo-ts/game-engine/turn/selectPoolService.js';
|
||||
|
||||
Reference in New Issue
Block a user