Create bookings timetable?

Hello, I have tried several times on both my main site page and test sites to try this code: https://support.wix.com/en/article/wix-code-creating-a-bookings-timetable

The only thing I saw that I had to change was the service type; I tried all 3 at any rate:

} async function getAllClasses() { const data = await wixData.query(“Bookings/Services”).eq(“serviceType”, “COURSES”).find(); return data.items;

I’m not a coder, just dedicated, is there something I am missing or need to do to get this to work?