By Order of the Supreme Bureaucrat, we hereby decree that any and all requests that are not in the best interest of the state will be met with a stern refusal.
Those who are found to be making unreasonable requests will be subject to a stern talking-to, a written warning, and a possible transfer to the "I Told You So" department.
Continue to Bureaucracy Edict #3: Unreasonable Requests Will Be Refused (But Only for Fridays) Bureaucracy Edict #4: All Meetings Will Be Held on Tuesdays
// Example of an unreasonable request
request = {
type: 'extra_donuts',
reason: 'I want more donuts'
};
if (request.type === 'extra_donuts') {
console.log('Refusing request');
}