mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Change case
This commit is contained in:
parent
b65d5283a5
commit
b91e812fcd
3 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
|
||||
var Author = require("./Author");
|
||||
var Author = require("./author");
|
||||
|
||||
function Message (o) {
|
||||
this.author = Author(o.author);
|
Loading…
Reference in a new issue