Skip to content

Commit

Permalink
Update DestinationsService.js (#182)
Browse files Browse the repository at this point in the history
Signed-off-by: Annie Lee <leeyun@amazon.com>
  • Loading branch information
Annie Lee authored Mar 5, 2022
1 parent 9435bb2 commit e25a47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/DestinationsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default class DestinationsService {
} catch (err) {
if (isIndexNotFoundError(err)) {
return res.ok({
body: { ok: true, resp: { totalDestinations: 0, destinations: [] } },
body: { ok: false, resp: {} },
});
}
return res.ok({
Expand Down

0 comments on commit e25a47e

Please sign in to comment.