mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix lint errors. Update changelog.
This commit is contained in:
parent
188341cf50
commit
7f4401f3a2
3 changed files with 95 additions and 83 deletions
|
|
@ -22,7 +22,7 @@ const sandstormBoard = {
|
|||
|
||||
if (isSandstorm && Meteor.isServer) {
|
||||
const fs = require('fs');
|
||||
const Capnp = require("/node_modules/capnp.js");
|
||||
const Capnp = require('/node_modules/capnp.js');
|
||||
const Package = Capnp.importSystem('sandstorm/package.capnp');
|
||||
const Powerbox = Capnp.importSystem('sandstorm/powerbox.capnp');
|
||||
const Identity = Capnp.importSystem('sandstorm/identity.capnp');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue