Update js/background.js

Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
This commit is contained in:
Vince 2019-12-17 12:30:26 +11:00 committed by GitHub
parent c4d7cfb90e
commit bfab163c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -811,7 +811,7 @@
const params = {
title: options.title,
description: options.description ? options.description : '',
type: options.type ? options.type : '',
type: options.type || '',
id: options.id || '',
};