Thursday, June 26, 2025
30.5 C
Singapore

Caught in the act: Counter staff at Joe & Dough filmed picking his nose

Singapore — An employee at Joe & Dough coffee chain was caught on camera picking and scratching his nose in a 16-second clip circulated online.

The man at the cashier could be seen having pulled his mask down and touching his nose as he looked at the Point of Sale (POS) system. The video, posted on Facebook page Gowhereforsg, cautioned viewers.

It also noted that the video was filmed at the Joe & Dough outlet at Tiong Bahru Plaza.

The video caption speculated what could have happened after the clip was filmed, but never confirmed if the staff did practice personal hygiene.

The caption read: “The counter staff caught picking his nose and never bother with cleaning his hand after doing so?

Or did he after putting on his mask?

Nevertheless, he may try to excuse himself to head to the rest-room if possible.

Else at least use a tissue and do so in any corner not facing the general public then clean up.

See also  Leong Mun Wai censured for telling Deputy Speaker to "please don't end the debate"

Personal hygiene is important for all F&B outlets as staffs will likely be dealing with customer’s food and beverage”.

TISG has reached out to Joe & Dough for comment. /TISG

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });