Skip to content

Commit

Permalink
mock: has shares returns true
Browse files Browse the repository at this point in the history
  • Loading branch information
okjodom committed Dec 1, 2024
1 parent bc8019d commit 2af9c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/admin/admin.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class AdminService {
async getStatus(): Promise<BitsaccoStatus> {
return {
memberStatus: {
hasShares: false,
hasShares: true,
},
swapStatus: {
isRunning: true,
Expand Down

0 comments on commit 2af9c7f

Please sign in to comment.