Skip to content

Commit

Permalink
missing import and wrong bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
tima101 committed Jun 15, 2018
1 parent 6c5b53c commit 7c19ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/lib/withLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import getContext from '../lib/context';
import Notifier from '../components/common/Notifier';
import Confirm from '../components/common/Confirm';
import MenuWithLinks from '../components/common/MenuWithLinks';
import ActiveLink from '../components/common/ActiveLink';
import * as gtag from './gtag';
import { Store } from './store';

Expand Down
2 changes: 1 addition & 1 deletion app/pages/settings/create-team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class CreateTeam extends React.Component<MyProps> {

console.log(`Returned to client: ${team._id}, ${team.name}, ${team.slug}`);

const bucket = 'async-teams-avatars';
const bucket = 'saas-teams-avatars';
const prefix = team.slug;

const responseFromApiServerForUpload = await getSignedRequestForUpload({
Expand Down

0 comments on commit 7c19ff5

Please sign in to comment.