This website requires JavaScript.
Explore
Help
Sign in
hiro
/
Vulcan
Watch
1
Star
0
Fork
You've already forked Vulcan
0
mirror of
https://github.com/vale981/Vulcan
synced
2025-03-09 12:16:37 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d195d366c8
Vulcan
/
packages
/
nova-voting
/
lib
/
server.js
4 lines
51 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix upvote.async callback issue on collection.new mutation * add collection as the last parameter of a collection.async cb, * when inserting a new document, run upvote.async cb once the document has been inserted (collection.new.async) * remove pre-meteor 1.3 '/server' folder, put everything in the root (initiated by grouping callbacks in the same file for less confusion)
2017-01-24 11:58:57 +01:00
import
'./cron.js'
;
wip on nova:base-containers, rename nova:base-apollo in nova:apollo for the sake of clarity, remove some obsolete/experimental functions (triggerMainRefetch, refetchQuery, ..)
2016-11-08 12:58:53 +01:00
fix upvote.async callback issue on collection.new mutation * add collection as the last parameter of a collection.async cb, * when inserting a new document, run upvote.async cb once the document has been inserted (collection.new.async) * remove pre-meteor 1.3 '/server' folder, put everything in the root (initiated by grouping callbacks in the same file for less confusion)
2017-01-24 11:58:57 +01:00
export
*
from
'./modules.js'
;
Reference in a new issue
Copy permalink