Skip to content
Snippets Groups Projects
Commit f79b15f6 authored by syuilo's avatar syuilo
Browse files

[Client] Fix bug

parent 05fcc84c
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ init(async (me, stream) => {
});
function registerNotifications(stream) {
if (stream == null) return;
stream.on('drive_file_created', file => {
const n = new Notification('ファイルがアップロードされました', {
body: file.name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment