Skip to content

Commit

Permalink
format some indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sduduzog committed Jun 25, 2021
1 parent 8387568 commit 56a4dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
install: function (Vue, options) {
const supabase = createClient(options.supabaseUrl, options.supabaseKey, options.supabaseOptions)

Object.defineProperties(Vue.prototype, {
Object.defineProperties(Vue.prototype, {
$supabase: {
get: function() {
return supabase;
Expand Down

0 comments on commit 56a4dbf

Please sign in to comment.