Use camelCase instead of snake_case
This commit is contained in:
parent
162ace2fd6
commit
8ba87443ca
7 changed files with 19 additions and 19 deletions
|
|
@ -396,7 +396,7 @@ export default async function(
|
|||
pack(driveFile).then(packedFile => {
|
||||
// Publish driveFileCreated event
|
||||
publishMainStream(user._id, 'driveFileCreated', packedFile);
|
||||
publishDriveStream(user._id, 'file_created', packedFile);
|
||||
publishDriveStream(user._id, 'fileCreated', packedFile);
|
||||
});
|
||||
|
||||
// 統計を更新
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue