debian-mirror-gitlab/app/assets/javascripts/members/guest_overage_confirm_action.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
67 B
JavaScript
Raw Normal View History

2023-03-17 16:20:25 +05:30
export const guestOverageConfirmAction = () => {
return true;
};