Randy Tidd

Results 1 issues of Randy Tidd

I have a method with this signature: ``` void fetchSince(FeedMeta feedMeta, ObjectId since, Promise promise); ``` and am invoking it like this: ``` fetchSince(feedMeta, null, promise); ``` When invoked, the...