Skip to content

Commit

Permalink
removed util
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaidun committed Apr 5, 2024
1 parent 1cd9497 commit 5f20d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createStore } from "vuex";
import { event } from "vue-gtag";
import hmacSHA256 from 'crypto-js/hmac-sha256';
import { Buffer } from "buffer";
import { generateSignature } from "../utils.js";
import { getHeaders } from "../happyheaders";
const store = createStore({
state() {
return {
Expand Down Expand Up @@ -135,7 +135,7 @@ const store = createStore({
async getPosts({ commit, state, dispatch }) {
return dispatch("refresh")
.then(() => {
const t = generateSignature();
const t = getHeaders();
// console.log("asjdfaksjdfhkad", t);
// console.log("successfully refreshed");
// // make a new signature
Expand Down

0 comments on commit 5f20d66

Please sign in to comment.