1
0
Fork 0
mirror of https://github.com/vale981/grapher synced 2025-03-12 22:06:37 -04:00
grapher/lib/query/testing/bootstrap/comments/expose.js

7 lines
104 B
JavaScript
Raw Normal View History

import Posts from './collection.js';
Posts.expose({
firewall(filters, options, userId) {
}
});