No response from _functions

Hi Shawn.
There’s a typo in the wix-data import that prevents your code from running:
import wixData from ‘wix-Data’;

should be:
import wixData from ‘wix-data’;